Bug 15933: Add cataloguing plugin to search for existing publishers in other records
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / addbiblio.css
1 form {
2     display: block;
3 }
4
5 div#toolbar {
6     border: 0;
7 }
8
9 #addbibliotabs .ui-tabs-nav {
10     display: none;
11 }
12
13 .ui-tabs-panel h3 {
14     font-size: 140%;
15     margin: .3em 0;
16 }
17
18 .ui-tabs-panel ul {
19     margin-bottom: 0;
20     padding-left: 0;
21 }
22
23 ul li.tag, ul li.tag li.subfield_line {
24     list-style-type: none;
25     position: relative;
26     padding-left: 30px;
27 }
28
29 ul li.tag::before {
30     position: absolute;
31     font-size: .8em;
32     top: 0;
33     left: 10px;
34     content: " ";
35 }
36
37
38 ul li.tag.sortable_tag::before,
39 ul li.tag li.subfield_line::before {
40     color: #999;
41     cursor: move;
42     position: absolute;
43     font-family: 'FontAwesome';
44     font-size: .8em;
45     top: 0;
46     left: 10px;
47     content: "\f0c9";
48 }
49
50 ul li.tag::before {
51     padding-top: 1.7em;
52 }
53
54 li.ui-sortable-helper {
55     background-color: #e0e0e0;
56     max-height: 150px;
57     padding: 2px;
58     border-radius: 4px;
59 }
60
61 li.ui-sortable-helper ul li {
62         display: none !important;
63 }
64
65 .sortable_subfield .ui-sortable-helper input.flat {
66         background-color: transparent;
67 }
68
69 ul li.tag li.subfield_line.ui-sortable-helper::before {
70     top: 5px;
71 }
72
73 .buttonPlus {
74         font-weight : bold;
75         text-decoration : none;
76 }
77
78 .buttonMinus {
79         font-weight : bold;
80         text-decoration : none;
81 }
82
83 a.expandfield {
84         text-decoration : none;
85 }
86
87 #authoritytabs {
88         margin-top : 1em;
89         margin-bottom : 1em;
90 }
91
92 .toptabs .ui-tabs-nav li a {
93         padding : .2em 1.2em;
94 }
95
96 .tag {
97     border-bottom: 2px solid #D5E6E9;
98     clear: both;
99     padding: .7em 0;
100 }
101
102 li.subfield_line {
103     padding-bottom: .3em;
104     float: left;
105     clear: left;
106     width: 100%;
107 }
108
109 li.subfield_line label {
110     font-size:89%;
111     float: left;
112          padding-right : .4em;
113     width: 16em;
114     text-align: left;
115     clear:left;
116 }
117
118 .subfieldcode img {
119     cursor: pointer;
120 }
121
122 .tag_title {
123         font-size : 90%;
124         padding : .2em 0;
125 }
126
127 .tagnum {
128         font-size : 130%;
129         font-weight : bold;
130         color : #000;
131         padding : .1em .3em .1em 0;
132 }
133
134 a.tagnum {
135         font-size : 110%;
136         font-weight : bold;
137         color : #000;
138         padding : .1em .3em .1em 0;
139         text-decoration : none;
140 }
141
142 .subfield {
143         color : #00698a;
144         float: left;
145         width: 10em;
146         text-align:right;
147 }
148
149 .subfield.subfield_mandatory {
150     color: #C00;
151 }
152
153 .subfieldcode {
154         display: block;
155         float: left;
156 }
157
158 .labelsubfield {
159         float:left;
160 }
161
162 .input_marceditor {
163         float:left;
164         width:30em;
165 }
166
167 .indicator {
168     width: 1em;
169     box-sizing: content-box;
170 }
171
172 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
173         font-size : 100%;
174         width : 25%;
175 }
176
177 #cataloguing_additem_newitem fieldset.rows li {
178         padding-bottom : 3px;
179 }
180 #cataloguing_additem_newitem .input_marceditor {
181         width : auto;
182 }
183
184 #cataloguing_additem_newitem textarea.input_marceditor {
185      width : 31em;
186 }
187
188 .mandatory_marker {
189         color: red;
190 }
191 .linktools { display: block; white-space: nowrap; }
192 .linktools a { font-size : 75%; display:block;text-decoration:none;}
193 .linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
194 .linktools a:first-child { border-bottom: 1px solid #DDD; }
195 .linktools a:hover { background-color: #FFC; }
196 .subfield_controls { margin : 0 .5em; }
197
198 #cataloguing_additem_itemlist {
199         margin-bottom : 1em;
200 }
201 .yui-gf div.first {
202         width : 19%;
203 }
204
205 .yui-gf .yui-u {
206         width: 79.2%;
207 }
208
209 tbody tr.active:nth-child(2n+1) td,
210 tbody tr.active td {
211     background-color: #FFFFCC;
212 }
213
214 #loading {
215     background-color: #FFF;
216     cursor: wait;
217     height: 100%;
218     left: 0;
219     opacity: .7;
220     position: fixed;
221     top: 0;
222     width: 100%;
223     z-index: 1000;
224 }
225 #loading div {
226     background : transparent url(../img/loading.gif) top left no-repeat;
227     font-size : 175%;
228     font-weight: bold;
229     height: 2em;
230     left: 50%;
231     margin: -1em 0 0 -2.5em;
232     padding-left : 50px;
233     position: absolute;
234     top: 50%;
235     width: 15em;
236 }
237
238 .ui-tabs .ui-tabs-panel {
239     border: 0;
240     padding: 0;
241 }
242
243 .toolbar-tabs-container {
244     margin: 3em -5px -5px -5px;
245 }
246
247 .toolbar-tabs {
248     background-color: #FFF;
249     clear: both;
250     display: flex;
251     flex-direction: row;
252     justify-content: center;
253     margin-bottom: 0;
254     padding-left: 0;
255 }
256
257 .toolbar-tabs li {
258     background-color: #fff;
259     display: flex;
260     justify-content: center;
261     flex-grow: 1;
262     text-align: center;
263     margin-bottom: 0;
264 }
265
266 .toolbar-tabs li a {
267     border: 1px solid #EDF4F6;
268     border-left: 0;
269     border-right: 1px solid #EDF4F6;
270     border-bottom-right-radius: 5px;
271     border-bottom-left-radius: 5px;
272     display: block;
273     font-weight: bold;
274     padding: .3em 1.5em;
275     width: 100%;
276 }
277
278 .toolbar-tabs li.selected a {
279     background-color: #EDF4F6;
280     border-right: 1px solid #C3D6DB;
281     border-bottom: 1px solid #C3D6DB;
282     font-weight: bold;
283 }
284
285 .toolbar-tabs li.selected a:hover {
286     background-color: #EDF4F6;
287 }
288
289 .toolbar-tabs li a:hover {
290     background-color: #F4F8F9;
291 }
292
293 .toolbar-tabs li:first-child a {
294     border-left: 1px solid #EDF4F6;
295 }
296
297 .tag_anchors_list {
298     background-color: #FFF;
299     clear: both;
300     display: block;
301     font-size: 95%;
302     margin-bottom: 0;
303     padding-left: 0;
304 }
305
306 .tag_anchor.selected {
307     font-weight: bold;
308 }
309
310 .tag_anchors {
311     display: none;
312     padding: .5em 0;
313 }
314
315 .tag_anchors a {
316     border-right: 1px solid #EDF4F6;
317     display: inline-block;
318     padding: 0 .4em;
319 }
320
321 .tag_anchors.tab_selected {
322     display: inline-block;
323 }
324
325 @media (min-width: 768px) {
326     li.subfield_line label {
327         width: 20em;
328     }
329
330     .input_marceditor {
331         width: 50em;
332     }
333
334     .subfield {
335         width: 14em;
336     }
337 }
338
339 @media (min-width: 1200px) {
340     li.subfield_line label {
341         width: 25em;
342     }
343
344     .input_marceditor {
345         width: 60em;
346     }
347
348     .subfield {
349         width: 16em;
350     }
351 }
352
353 .ui-autocomplete {
354     z-index: 2000;
355 }