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

(-)a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css (-4 lines)
Lines 65-74 body { Link Here
65
    font-size: 12px;
65
    font-size: 12px;
66
}
66
}
67
67
68
#clipboard {
69
    height: auto;
70
}
71
72
/*> MARC editor */
68
/*> MARC editor */
73
#editor .CodeMirror {
69
#editor .CodeMirror {
74
    line-height: 1.2;
70
    line-height: 1.2;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +5 lines)
Lines 332-337 aside { Link Here
332
                height: calc( 1.5em + .75rem + 2px );
332
                height: calc( 1.5em + .75rem + 2px );
333
            }
333
            }
334
334
335
            select[multiple],
336
            select[size] {
337
                height: auto;
338
            }
339
335
            label {
340
            label {
336
                color: #696969;
341
                color: #696969;
337
                display: block;
342
                display: block;
338
- 

Return to bug 36897