Merge remote-tracking branch 'kc/new/bug_6476' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index b3904ee..26a8066 100644 (file)
@@ -17,7 +17,6 @@
 }
 
 a.expandfield {
-       color : #000;
        text-decoration : none;
 }
 
@@ -124,3 +123,14 @@ a.tagnum {
 #cataloguing_additem_newitem .input_marceditor {
        width : auto;
 }
+
+.mandatory_marker {
+       color: red;
+}
+.linktools { display: block; white-space: nowrap; }
+.linktools a { font-size : 75%; display:block;text-decoration:none;}
+.linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
+.linktools a:first-child { border-bottom: 1px solid #DDD; }
+.linktools a:hover { background-color: #FFC; }
+.subfield_controls { margin : 0 .5em; }
+.readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; }
\ No newline at end of file