Bug 16241 - Move staff client CSS out of language directory
[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.sort-asc {
34   background-image: url('../img/asc.gif');
35 }
36
37 th.sort-desc {
38   background-image: url('../img/desc.gif');
39 }
40
41 th select {
42   width: 100%;
43   font-weight: normal;
44 }