Merge remote branch 'kc/new/enh/bug_3659' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 66b092c..49ed8c3 100644 (file)
@@ -439,6 +439,7 @@ ul.toolbar {
 
 ul.toolbar button {
        padding-bottom : 2px;
+       font-family: arial, verdana, helvetica, sans-serif;
 }
 .yui-menu-button  {
        
@@ -927,13 +928,16 @@ fieldset.rows .inputnote {
 }
 
 #placehold a,
-#placehold button {
+#placehold button,
+#holdfor .first-child {
        padding-left : 34px;
        background-image: url("../../img/toolbar-hold.gif");
        background-position : center left;
        background-repeat : no-repeat;
 }
 
+#holdfor .first-child { padding-left : 17px; }
+
 #editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child {
        padding-left : 15px;
 }
@@ -1417,6 +1421,11 @@ li.email {
        padding : .1em 0 .1em 1em;
 }
 
+/* Hack just for Firefox */
+html>/**/body #searchheader button, x:-moz-any-link, x:default {
+       padding-bottom : 3px;
+}
+
 #searchheader h3 {
 }