]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css
Docs: merge 3.2 release notes
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / catalog / search-form.component.css
1
2 /* filter checkbox labels move to bottom */
3 .checkbox label {
4   margin-bottom: .1rem;
5 }
6
7 /* BS default height is 2.25rem + 2px which is quite chunky.
8  * This better matches the text input heights */
9 select.form-control:not([size]):not([multiple]) {
10   padding: .355rem .55rem;
11   height: 2.2rem;
12 }
13
14 #staffcat-search-form {
15   border-bottom: 2px dashed rgba(0,0,0,.225);
16 }