Fix for Bug 5898 - search to hold feature not clearing
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index c52c252..7b38062 100644 (file)
@@ -436,6 +436,11 @@ div#toolbar {
        margin-bottom : .7em;
 }
 
+div#toolbar .yui-menu-button button,
+div#toolbar .yui-button-button button {
+       line-height : 1.7em;
+}
+
 ul.toolbar {
        padding-left : 0;
 }
@@ -948,6 +953,8 @@ fieldset.rows .inputnote {
        background-repeat : no-repeat;
 }
 
+#placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; }
+
 #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 {
@@ -1492,6 +1499,11 @@ html>/**/body #searchheader button, x:-moz-any-link, x:default {
        padding : 5px 25em 0 0;
 }
 
+#searchheader .yui-button button,
+#searchheader .yui-button a {
+       line-height : 1.5em;
+}
+
 #search-facets ul {
        margin : 0;
        padding : .3em;
@@ -2048,3 +2060,24 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
     color : #cc0000;
     }
 
+div.pager {
+       background-color : #E8E8E8;
+       border : 1px solid #BCBCBC;
+       -moz-border-radius : 5px;
+       display : inline-block;
+       font-size : 85%;
+       padding : .3em .5em .3em .5em;
+       margin : .4em 0;
+}
+div.pager img {
+       vertical-align : middle;
+}
+div.pager img.last {
+       padding-right: 5px;
+}
+div.pager input.pagedisplay {
+       border : 0;
+       background-color : transparent;
+       font-weight: bold;
+       text-align : center;
+}
\ No newline at end of file