View | Details | Raw Unified | Return to bug 20447
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/addholding.css (-11 / +61 lines)
Lines 105-111 li.subfield_line label { Link Here
105
    font-size:89%;
105
    font-size:89%;
106
    float: left;
106
    float: left;
107
    padding-right: .4em;
107
    padding-right: .4em;
108
    width: 16em;
108
    width: 10em;
109
    text-align: left;
109
    text-align: left;
110
    clear:left;
110
    clear:left;
111
}
111
}
Lines 154-162 a.tagnum { Link Here
154
    float: left;
154
    float: left;
155
}
155
}
156
156
157
#cat_addholding .subfieldcode {
158
    float: none;
159
}
160
161
#cat_addholding .labelsubfield {
162
    font-size: 90%;
163
    float: none;
164
}
165
166
#cat_addholding .subfield {
167
    float: none;
168
    padding: .25em .5em;
169
}
170
171
#cat_addholding .subfield label {
172
    color: #00698a;
173
}
174
157
.input_marceditor {
175
.input_marceditor {
158
    float: left;
176
    float: left;
159
	width:30em;
177
    width: 50%;
178
}
179
180
#cat_addholding .input_marceditor {
181
    float: none;
182
    width: 100%;
183
}
184
185
#cat_addholding .subfield_line {
186
    display: flex;
187
}
188
189
#cat_addholding .field_marceditor {
190
    flex-grow: 1;
191
    padding: .25em .5em;
192
}
193
194
#cat_addholding .subfield_loop_mandatory {
195
    padding: .25em .5em;
160
}
196
}
161
197
162
.indicator {
198
.indicator {
Lines 174-186 a.tagnum { Link Here
174
}
210
}
175
211
176
#cataloguing_additem_newitem .input_marceditor {
212
#cataloguing_additem_newitem .input_marceditor {
177
	width : auto;
213
    width: 50%;
178
}
214
}
179
215
180
#cataloguing_additem_newitem textarea.input_marceditor {
216
#cataloguing_additem_newitem textarea.input_marceditor {
181
    width: 31em;
217
    width: 31em;
182
}
218
}
183
219
220
#cat_addholding .field_marceditor .flatpickr_wrapper {
221
    display: none;
222
}
223
184
.mandatory_marker {
224
.mandatory_marker {
185
    color: red;
225
    color: red;
186
}
226
}
Lines 194-206 a.tagnum { Link Here
194
#cataloguing_additem_itemlist {
234
#cataloguing_additem_itemlist {
195
    margin-bottom : 1em;
235
    margin-bottom : 1em;
196
}
236
}
197
.yui-gf div.first {
198
	width : 19%;
199
}
200
201
.yui-gf .yui-u {
202
	width: 79.2%;
203
}
204
237
205
tbody tr.active:nth-child(2n+1) td,
238
tbody tr.active:nth-child(2n+1) td,
206
tbody tr.active td {
239
tbody tr.active td {
Lines 318-323 tbody tr.active td { Link Here
318
    display: inline-block;
351
    display: inline-block;
319
}
352
}
320
353
354
355
 .show-errors {
356
    background: #FFEC8C none;
357
    border-color: #E0C726;
358
    color: #000;
359
    display: none;
360
    text-shadow: none;
361
}
362
363
.floating .show-errors {
364
    display: inline-block;
365
}
366
321
@media (min-width: 768px) {
367
@media (min-width: 768px) {
322
    li.subfield_line label {
368
    li.subfield_line label {
323
        width: 20em;
369
        width: 20em;
Lines 345-347 tbody tr.active td { Link Here
345
        width: 16em;
391
        width: 16em;
346
    }
392
    }
347
}
393
}
348
- 
394
395
.ui-autocomplete {
396
    z-index: 2000;
397
}
398

Return to bug 20447