Merge pull request #1435 from alphagov/manage-templates-permission

Separate ‘manage service’ and ‘manage templates’ permissions
This commit is contained in:
Chris Hill-Scott
2017-08-22 12:30:57 +01:00
committed by GitHub
10 changed files with 155 additions and 50 deletions

View File

@@ -4,8 +4,8 @@
display: inline-block;
background-size: 19px 19px;
background-repeat: no-repeat;
background-position: 0 0;
padding: 1px 0 0 25px;
background-position: 0 6px;
padding: 6px 0 5px 25px;
@include ie-lte(8) {
background-position: 0 3px;
@@ -31,6 +31,7 @@
@extend %tick-cross;
color: $secondary-text-colour;
background-image: file-url('cross-grey.png');
box-shadow: inset 20px 0 0 0 rgba(255, 255, 255, 0.6);
@include ie-lte(8) {
background-image: file-url('cross-grey-16px.png');
@@ -42,21 +43,24 @@
@extend %grid-row;
margin-top: 5px;
position: relative;
&-permissions {
@include grid-column(3/4);
li {
display: inline-block;
display: block;
margin-right: 0.5em;
}
}
&-edit-link {
@include grid-column(1/4);
text-align: right;
position: absolute;
top: -1.6em;
right: -135px;
}
}

View File

@@ -5,7 +5,7 @@
&-item {
padding: $gutter-half 0;
padding: $gutter-half 150px $gutter-half 0;
border-top: 1px solid $border-colour;
&:last-child {