Bug 22408: Compiled CSS
[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 .buttonPlus {
19         font-weight : bold;
20         text-decoration : none;
21 }
22
23 .buttonMinus {
24         font-weight : bold;
25         text-decoration : none;
26 }
27
28 a.expandfield {
29         text-decoration : none;
30 }
31
32 #authoritytabs {
33         margin-top : 1em;
34         margin-bottom : 1em;
35 }
36
37 .toptabs .ui-tabs-nav li a {
38         padding : .2em 1.2em;
39 }
40
41 .tag {
42     border-bottom: 2px solid #D5E6E9;
43     clear: both;
44     padding: .7em 0;
45 }
46
47 div.subfield_line {
48     padding-bottom: .3em;
49     float: left;
50     clear: left;
51     width: 100%;
52 }
53
54 div.subfield_line label {
55     font-size:89%;
56     float: left;
57          padding-right : .4em;
58     width: 16em;
59     text-align: left;
60     clear:left;
61 }
62
63 .subfieldcode img {
64     cursor: pointer;
65 }
66
67 .tag_title {
68         font-size : 90%;
69         padding : .2em 0;
70 }
71
72 .tagnum {
73         font-size : 130%;
74         font-weight : bold;
75         color : #000;
76         padding : .1em .3em .1em 0;
77 }
78
79 a.tagnum {
80         font-size : 110%;
81         font-weight : bold;
82         color : #000;
83         padding : .1em .3em .1em 0;
84         text-decoration : none;
85 }
86
87 .subfield {
88         color : #00698a;
89         float: left;
90         width: 10em;
91         text-align:right;
92 }
93
94 .subfieldcode {
95         display: block;
96         float: left;
97 }
98
99 .labelsubfield {
100         float:left;
101 }
102
103 .input_marceditor {
104         float:left;
105         width:30em;
106 }
107
108 .indicator {
109     width: 1em;
110     box-sizing: content-box;
111 }
112
113 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
114         font-size : 100%;
115         width : 25%;
116 }
117
118 #cataloguing_additem_newitem fieldset.rows li {
119         padding-bottom : 3px;
120 }
121 #cataloguing_additem_newitem .input_marceditor {
122         width : auto;
123 }
124
125 #cataloguing_additem_newitem textarea.input_marceditor {
126      width : 31em;
127 }
128
129 .mandatory_marker {
130         color: red;
131 }
132 .linktools { display: block; white-space: nowrap; }
133 .linktools a { font-size : 75%; display:block;text-decoration:none;}
134 .linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
135 .linktools a:first-child { border-bottom: 1px solid #DDD; }
136 .linktools a:hover { background-color: #FFC; }
137 .subfield_controls { margin : 0 .5em; }
138
139 #cataloguing_additem_itemlist {
140         margin-bottom : 1em;
141 }
142 .yui-gf div.first {
143         width : 19%;
144 }
145
146 .yui-gf .yui-u {
147         width: 79.2%;
148 }
149
150 tbody tr.active:nth-child(2n+1) td,
151 tbody tr.active td {
152     background-color: #FFFFCC;
153 }
154
155 #loading {
156     background-color: #FFF;
157     cursor: wait;
158     height: 100%;
159     left: 0;
160     opacity: .7;
161     position: fixed;
162     top: 0;
163     width: 100%;
164     z-index: 1000;
165 }
166 #loading div {
167     background : transparent url(../img/loading.gif) top left no-repeat;
168     font-size : 175%;
169     font-weight: bold;
170     height: 2em;
171     left: 50%;
172     margin: -1em 0 0 -2.5em;
173     padding-left : 50px;
174     position: absolute;
175     top: 50%;
176     width: 15em;
177 }
178
179 .ui-tabs .ui-tabs-panel {
180     border: 0;
181     padding: 0;
182 }
183
184 .toolbar-tabs-container {
185     margin: 3em -5px -5px -5px;
186 }
187
188 .toolbar-tabs {
189     background-color: #FFF;
190     clear: both;
191     display: flex;
192     flex-direction: row;
193     justify-content: center;
194     padding-left: 0;
195 }
196
197 .toolbar-tabs li {
198     background-color: #fff;
199     display: flex;
200     justify-content: center;
201     flex-grow: 1;
202     text-align: center;
203     margin-bottom: 0;
204 }
205
206 .toolbar-tabs li a {
207     border: 1px solid #EDF4F6;
208     border-left: 0;
209     border-right: 1px solid #EDF4F6;
210     border-bottom-right-radius: 5px;
211     border-bottom-left-radius: 5px;
212     display: block;
213     font-weight: bold;
214     padding: .3em 1.5em;
215     width: 100%;
216 }
217
218 .toolbar-tabs li.selected a {
219     background-color: #EDF4F6;
220     border-right: 1px solid #C3D6DB;
221     border-bottom: 1px solid #C3D6DB;
222     font-weight: bold;
223 }
224
225 .toolbar-tabs li.selected a:hover {
226     background-color: #EDF4F6;
227 }
228
229 .toolbar-tabs li a:hover {
230     background-color: #F4F8F9;
231 }
232
233 .toolbar-tabs li:first-child a {
234     border-left: 1px solid #EDF4F6;
235 }
236
237 .tag_anchors_list {
238     background-color: #FFF;
239     clear: both;
240     display: block;
241     font-size: 95%;
242     padding-left: 0;
243 }
244
245 .tag_anchor.selected {
246     font-weight: bold;
247 }
248
249 .tag_anchors {
250     display: none;
251     padding: .5em 0;
252 }
253
254 .tag_anchors a {
255     border-right: 1px solid #EDF4F6;
256     display: inline-block;
257     padding: 0 .4em;
258 }
259
260 .tag_anchors.tab_selected {
261     display: inline-block;
262 }
263
264 @media (min-width: 768px) {
265     div.subfield_line label {
266         width: 20em;
267     }
268
269     .input_marceditor {
270         width: 50em;
271     }
272
273     .subfield {
274         width: 14em;
275     }
276 }
277
278 @media (min-width: 1200px) {
279     div.subfield_line label {
280         width: 25em;
281     }
282
283     .input_marceditor {
284         width: 60em;
285     }
286
287     .subfield {
288         width: 16em;
289     }
290 }