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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css (-5 / +8 lines)
Lines 103-114 a.tagnum { Link Here
103
}
103
}
104
104
105
#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
105
#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
106
	font-size : 100%;
106
	font-size : 90%;
107
	width : 25%;
107
	width : 30%;
108
        border-top: 1px solid #ffffff;
109
        text-indent: -1.7em;
110
        margin-left: 2em;
111
        margin-right: 0;
108
}
112
}
109
113
110
#cataloguing_additem_newitem fieldset.rows li {
114
#cataloguing_additem_newitem fieldset.rows li {
111
	padding-bottom : 3px;
115
	padding-bottom : 1px;
112
}
116
}
113
#cataloguing_additem_newitem .input_marceditor {
117
#cataloguing_additem_newitem .input_marceditor {
114
	width : auto;
118
	width : auto;
Lines 170-173 tr.active.highlight td { Link Here
170
    position: absolute;
174
    position: absolute;
171
    top: 50%;
175
    top: 50%;
172
    width: 15em;
176
    width: 15em;
173
}
177
}
174
- 

Return to bug 13680