mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Minor style fixes for the user management screen
References https://github.com/TryGhost/Ghost/pull/3189 and #21
This commit is contained in:
parent
f6363c9fab
commit
74ba400075
@ -328,7 +328,7 @@
|
||||
padding: 9px 8px 0 0;
|
||||
left: 9px;
|
||||
bottom: 0;
|
||||
width: 20px;
|
||||
width: 26px;
|
||||
border-right: darken($green, 8%) 1px solid;
|
||||
};
|
||||
}
|
||||
|
@ -37,7 +37,7 @@
|
||||
&:hover {
|
||||
background: lighten($lightbrown, 5%);
|
||||
}
|
||||
&:last-child:hover {
|
||||
&:last-of-type:hover {
|
||||
box-shadow: inset 0px -1px 0px $lightbrown;
|
||||
}
|
||||
|
||||
@ -99,6 +99,10 @@
|
||||
.object-list-action + .object-list-action {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.role-label {
|
||||
float: left;
|
||||
margin-top: -1px;
|
||||
}
|
||||
.role-label + .role-label {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
4
core/client/docs/dist/css/ghost-ui.min.css
vendored
4
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user