Adding inline edit links for additem table. Suggested for Bug 2534
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index c895b74..0377cca 100644 (file)
@@ -17,7 +17,6 @@
 }
 
 a.expandfield {
-       color : #000;
        text-decoration : none;
 }
 
@@ -128,3 +127,8 @@ a.tagnum {
 .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; }