15c82a92e5a8f4a5e0f94c03d74c8564377ea8f3
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / itemsearchform.css
1 .form-field {
2   margin: 5px 0;
3 }
4
5 .form-field > * {
6   vertical-align: middle;
7 }
8
9 .form-field-label {
10   display: inline-block;
11   text-align: right;
12   width: 10em;
13 }
14
15 .form-field-conjunction[disabled] {
16   visibility: hidden;
17 }
18
19 .form-field-radio > * {
20   vertical-align: middle;
21 }
22
23 .form-actions {
24   margin-top: 20px;
25 }
26
27 th.active {
28   padding-right: 21px;
29   background-repeat: no-repeat;
30   background-position: 100% 50%;
31 }
32
33 th select {
34   width: 100%;
35   font-weight: normal;
36 }
37
38 th#items_title {
39   min-width: 12em;
40 }