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

(-)a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css (-8 / +3 lines)
Lines 99-108 a.tagnum { Link Here
99
    box-sizing: content-box;
99
    box-sizing: content-box;
100
}
100
}
101
101
102
*html .input_marceditor {
103
	width : 15em;
104
}
105
106
#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
102
#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
107
	font-size : 100%;
103
	font-size : 100%;
108
	width : 25%;
104
	width : 25%;
Lines 176-182 tbody tr.active td { Link Here
176
        width: 20em;
172
        width: 20em;
177
    }
173
    }
178
174
179
    input.marceditor {
175
    .input_marceditor {
180
        width: 50em;
176
        width: 50em;
181
    }
177
    }
182
178
Lines 190-200 tbody tr.active td { Link Here
190
        width: 25em;
186
        width: 25em;
191
    }
187
    }
192
188
193
    input.marceditor {
189
    .input_marceditor {
194
        width: 60em;
190
        width: 60em;
195
    }
191
    }
196
192
197
    .subfield {
193
    .subfield {
198
        width: 16em;
194
        width: 16em;
199
    }
195
    }
200
}
196
}
201
- 

Return to bug 20044