Improves styles for admin buttons and selects

This commit is contained in:
Alberto Garcia Cabeza
2015-09-24 12:40:16 +02:00
parent 376babc768
commit 7dfdce8c07
6 changed files with 18 additions and 8 deletions

View File

@@ -47,6 +47,10 @@ body.admin {
.is-featured {
margin-top: rem-calc(36);
}
.select-order {
min-width: rem-calc(160);
}
}
// 02. Sidebar
@@ -201,12 +205,16 @@ body.admin {
.button.tiny.success {
margin-left: rem-calc(12);
&.no-margin {
margin-left: 0;
}
}
.moderation-description {
max-height: rem-calc(65);
overflow: hidden;
max-width: rem-calc(750);
max-width: rem-calc(590);
&:hover {
cursor: text;