[Search] Smaller checkbox size

in the search menu.
This commit is contained in:
slhale
2015-08-14 14:11:26 -07:00
parent adbb3486c5
commit cc05c50769
2 changed files with 36 additions and 28 deletions

View File

@@ -173,7 +173,7 @@
margin-right: 0;
// Spacing with labels
padding-right: 3px;
padding-right: 2px;
// Change checkbox colors
em:before {
@@ -181,6 +181,11 @@
color: white;
// box
background-color: grey;
// Change size
height: 12px;
width: 12px;
font-size: .7em;
}
}