mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05: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
ea25e9cf6e
commit
67e1b060c4
3 changed files with 8 additions and 4 deletions
|
@ -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
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
4
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue