MT 2048 : Clickable fields for biblios are now in blue, just like clickable fields...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index 3f7d260..6683617 100644 (file)
@@ -6,13 +6,17 @@
        float : left;
 }
 
-a.buttonPlus {
+.buttonPlus {
+       font-weight : bold;
+       text-decoration : none;
+}
+
+.buttonMinus {
        font-weight : bold;
        text-decoration : none;
 }
 
 a.expandfield {
-       color : #000;
        text-decoration : none;
 }
 
@@ -71,6 +75,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;
@@ -92,6 +104,26 @@ div.subfield_line label {
        width:30em;
 }
 
+.indicator {
+    width: 1em;
+}
+
 *html .input_marceditor {
        width : 15em;
-}
\ No newline at end of file
+}
+
+#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;
+}