]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css
LP#1823367 Make search bar area neutral
[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-radius: 0px 0px 7px 7px;
16   background-color: rgb(247, 247, 247);
17   box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, .2);
18 }
19
20 #staffcat-search-form .tab-content {
21   border: 3px;
22 }
23
24 .tab-content {
25   padding: 5px;
26   margin-top: 25px;
27   font-weight: bold;
28 }