mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Merge pull request #1084 from alphagov/fix-pill-ie
Fix layout on job and activity in old IE versions
This commit is contained in:
@@ -22,24 +22,30 @@
|
|||||||
@include grid-column(7/8);
|
@include grid-column(7/8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%bottom-gutter,
|
||||||
.bottom-gutter {
|
.bottom-gutter {
|
||||||
|
@extend %contain-floats;
|
||||||
margin-bottom: $gutter;
|
margin-bottom: $gutter;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-gutter-2-3 {
|
.bottom-gutter-2-3 {
|
||||||
|
@extend %bottom-gutter;
|
||||||
margin-bottom: $gutter-two-thirds;
|
margin-bottom: $gutter-two-thirds;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-gutter-1-2 {
|
.bottom-gutter-1-2 {
|
||||||
|
@extend %bottom-gutter;
|
||||||
margin-bottom: $gutter-half;
|
margin-bottom: $gutter-half;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-gutter-3-2 {
|
.bottom-gutter-3-2 {
|
||||||
|
@extend %bottom-gutter;
|
||||||
margin-bottom: $gutter * 3/2;
|
margin-bottom: $gutter * 3/2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-gutter-2 {
|
.bottom-gutter-2 {
|
||||||
|
@extend %bottom-gutter;
|
||||||
margin-bottom: $gutter * 2;
|
margin-bottom: $gutter * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
a,
|
a,
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 25%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
float: left;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user