Bug 26922: Regression tests
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / itemsearchform.css
blob15c82a92e5a8f4a5e0f94c03d74c8564377ea8f3
1 .form-field {
2 margin: 5px 0;
5 .form-field > * {
6 vertical-align: middle;
9 .form-field-label {
10 display: inline-block;
11 text-align: right;
12 width: 10em;
15 .form-field-conjunction[disabled] {
16 visibility: hidden;
19 .form-field-radio > * {
20 vertical-align: middle;
23 .form-actions {
24 margin-top: 20px;
27 th.active {
28 padding-right: 21px;
29 background-repeat: no-repeat;
30 background-position: 100% 50%;
33 th select {
34 width: 100%;
35 font-weight: normal;
38 th#items_title {
39 min-width: 12em;