minor css fixes

This commit is contained in:
jdescottes 2014-03-29 18:49:31 +01:00
parent f2da622edb
commit 41e52a7a39

View File

@ -52,6 +52,11 @@
margin: 5px; margin: 5px;
} }
.palette-manager-palette-button,
.palette-manager-actions-button {
line-height: 20px;
}
.palette-manager-list li { .palette-manager-list li {
padding-left:10px; padding-left:10px;
font-size: 1.4em; font-size: 1.4em;
@ -72,7 +77,6 @@
font-weight: bold; font-weight: bold;
} }
.palette-manager-list li:nth-child(1) { .palette-manager-list li:nth-child(1) {
border-top: 1px solid #666; border-top: 1px solid #666;
} }
@ -114,7 +118,7 @@
display: inline-block; display: inline-block;
background-size: 20px; background-size: 20px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position-y: 50%; background-position: 50%;
} }
.palette-manager-details-head-actions { .palette-manager-details-head-actions {