bug 3263: Staff Search Results Interface Changes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index a102467..75c052c 100644 (file)
@@ -76,6 +76,14 @@ div.subfield_line label {
        padding : .1em .3em .1em 0;
 }
 
+a.tagnum {
+       font-size : 110%;
+       font-weight : bold;
+       color : #000;
+       padding : .1em .3em .1em 0;
+       text-decoration : none;
+}
+
 .subfield {
        color : #00698a;
        float: left;
@@ -104,3 +112,19 @@ div.subfield_line label {
 *html .input_marceditor {
        width : 15em;
 }
+
+#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
+       font-size : 100%;
+       width : 25%;
+}
+
+#cataloguing_additem_newitem fieldset.rows li {
+       padding-bottom : 3px;
+}
+#cataloguing_additem_newitem .input_marceditor {
+       width : auto;
+}
+.mandatory_marker {
+       color: red;
+}
+