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 40dc797..6683617 100644 (file)
@@ -2,13 +2,21 @@
        margin-top : 1em;
 }
 
-a.buttonPlus {
+#addbibliotabs .ui-tabs-panel {
+       float : left;
+}
+
+.buttonPlus {
+       font-weight : bold;
+       text-decoration : none;
+}
+
+.buttonMinus {
        font-weight : bold;
        text-decoration : none;
 }
 
 a.expandfield {
-       color : #000;
        text-decoration : none;
 }
 
@@ -32,3 +40,90 @@ a.expandfield {
        margin-top : 1em;
        margin-bottom : 1em;
 }
+
+.toptabs .ui-tabs-nav li a {
+       padding : .2em 1.2em;
+}
+
+div.tag {
+    clear: both;
+}
+
+div.subfield_line {
+       padding-bottom : .3em;
+    clear: both;
+}
+
+div.subfield_line label {
+    font-size:89%;
+    float: left;
+        padding-right : .4em;
+    width: 16em;
+    text-align: left;
+    clear:left;
+}
+
+.tag_title {
+       font-size : 90%;
+       padding : .2em 0;
+}
+
+.tagnum {
+       font-size : 110%;
+       font-weight : bold;
+       color : #000;
+       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;
+       width: 10em;
+       text-align:right;
+}
+
+.subfieldcode {
+       display: block;
+       float: left;
+}
+
+.labelsubfield {
+       float:left;
+}
+
+.input_marceditor {
+       float:left;
+       width:30em;
+}
+
+.indicator {
+    width: 1em;
+}
+
+*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;
+}