[Search] Menu checkboxes and labels

Added checkboxes with styling to the menu. Set
up a types list for the menu.
This commit is contained in:
slhale
2015-08-13 10:59:12 -07:00
parent a9c85d5241
commit c51856522c
5 changed files with 100 additions and 35 deletions

View File

@@ -136,13 +136,27 @@
left: -25px;
.search-menu {
border-top: 0;
ul li {
padding: 0;
padding-left: 6px;
padding-right: 6px;
.search-menu-item {
// Padding only on sides
padding: 0px 4px;
font-size: 0.8em;
font-size: 0.9em;
.search-menu-checkbox {
// Vertically center
margin-top: 4px;
// Get rid of weird checkbox positioning
// from label.checkbox.custom
padding-left: 0;
margin-right: 0;
}
.search-menu-icon {
color: white;
padding-left: 2px;
}
}
}
}