Bug 7760 - Add ids and classes to every staff page to help with customization (patrons)
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index f763ad2..d2489b3 100644 (file)
@@ -132,4 +132,21 @@ a.tagnum {
 .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; }
\ No newline at end of file
+.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; }
+
+#cataloguing_additem_itemlist {
+       margin-bottom : 1em;
+}
+.yui-gf div.first {
+       width : 19%;
+}
+
+.yui-gf .yui-u {
+       width: 79.2%;
+}
+/* Class to be added to toolbar when it starts being fixed at the top of the screen*/
+.floating {
+       -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
+       box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
+}
\ No newline at end of file