Bug 25054: Display search field aliases in Search Engine Configuration
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / preferences.css
1 .preference-url,
2 .preference-multi,
3 .preference-long,
4 .preference-file,
5 .preference-modalselect {
6     width: 20em;
7 }
8
9 .preference-short, .preference-email {
10     width: 10em;
11 }
12
13 .preference-integer, .preference-percent, .preference-date, .preference-currency {
14     width: 5em;
15 }
16
17 input[type="text"].modalselect {
18     cursor: pointer;
19 }
20
21 input[type="text"].modalselect:hover {
22     background-color: #FFC;
23 }
24
25 textarea.preference {
26     width: 35em;
27         height: 20em;
28         display: block;
29 }
30
31 textarea.preference-code, .preference-file {
32         font-family: monospace;
33 }
34
35 a.expand-textarea {
36     display: block;
37 }
38 dl {
39         margin-left : 1em;
40 }
41 dt {
42         padding : .1em;
43 }
44 h1 {
45         font-size : 149%;
46 }
47 h2 {
48         font-size : 134%;
49 }
50
51 table {
52         width : 100%;
53 }
54
55 caption {
56         color : #003399;
57 }
58
59 h3 {
60         color : #003366;
61         margin : .4em 0;
62 }
63
64 /* https://css-tricks.com/hash-tag-links-padding/#article-header-id-4 */
65 h3:target {
66     margin-top: -12px;
67     padding-top: 50px;
68 }
69
70 h3:target::before {
71     padding: 0 5px;
72     position: absolute;
73     top: 25px;
74 }
75
76 h3 i {
77     color: #336699;
78 }
79
80 h3.expanded,
81 h3.collapsed {
82     cursor: pointer;
83 }
84
85 h3.expanded i.fa.fa-caret-down::before {
86     content: "\f0d7";
87 }
88
89 h3.collapsed i.fa.fa-caret-down::before {
90     content: "\f0da";
91 }
92
93 .humanMsg strong {
94         display: block;
95         font-weight: normal;
96 }
97
98 #yui-main {
99         margin-bottom:2em;
100 }
101 #toolbar.floating {
102     box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
103     border-radius: 0;
104 }
105
106 .loading {
107     display: inline-block;
108     height : 16px;
109     width: 16px;
110     background: transparent url("../img/spinner-small.gif") top left no-repeat;
111     padding : 0 4px;
112     vertical-align: middle;
113 }
114
115 span.overridden {
116     font-style: italic;
117     font-weight: bold;
118     color: red;
119 }
120
121 .sortable {
122     margin-left: 0;
123     max-width: 20em;
124     padding: .5em 0;
125 }
126
127 .sortable label {
128     font-weight: bold;
129 }
130
131 .sortable li {
132     background: #FCFCFC url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMAQMAAABoTh6ZAAAABlBMVEVMaXHExMQ/ZYtiAAAAAXRSTlMAQObYZgAAABNJREFUeNpjYGBgMDYAIQjAxgYAKfECU0ml038AAAAASUVORK5CYII=") repeat-y;
133     border:  1px solid #EEE;
134     cursor: move;
135     font-weight: bold;
136     list-style-type: none;
137     margin: .5em 0;
138     padding: .1em .5em;
139     padding-left:  20px;
140 }
141
142 .sortable li:hover {
143     background-color: #FFC;
144 }
145
146 .sortable li li {
147     background: transparent none;
148     border: 0;
149     font-weight: normal;
150     padding-left: 0;
151 }
152
153 .sortable li li label {
154     font-weight: normal;
155 }
156
157 .sortable li.ui-sortable-helper {
158     background-color: #FFC;
159 }
160
161 .CodeMirror {
162     border: 1px solid #EEE;
163     margin: 1em 1em 1em 0;
164     resize:  vertical;
165 }
166
167 #prefModal label {
168     display: block;
169     font-weight: bold;
170     line-height: 1.5em;
171 }
172
173 .dbcolumn {
174     font-weight: normal;
175     font-family: monospace;
176     color: #666;
177 }
178 #menu ul li.active a.pref_sublink {
179     background: #FFF none;
180     border: 0;
181     color: #004D99;
182     font-size: 100%;
183     hyphens:  auto;
184     margin: 0;
185     padding: .2em .5em;
186     text-align: right;
187 }
188
189 #menu ul ul {
190     padding-left: 0;
191 }