Fix for Bug 5898 - search to hold feature not clearing
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 7f6a55f..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 {
@@ -1199,6 +1206,24 @@ div.dialog {
   text-align : center;
 }
 
+a.document {
+       background-position : left middle;
+       background-repeat : no-repeat;
+       padding-left : 20px;
+}
+
+a.pdf {
+       background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
+}
+
+a.csv {
+       background-image : url("../../img/famfamfam/silk/page_white_excel.png");
+}
+
+a.xml {
+       background-image : url("../../img/famfamfam/silk/page_white_code.png");
+}
+
 div.message {
        background : white url("../../img/message-bg.gif") repeat-x left 0;
        border : 1px solid #bcbcbc;
@@ -1474,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;
@@ -1833,63 +1863,6 @@ span.permissiondesc {
     cursor: pointer;
 }
 
-h1#pdf {
-        background:transparent url(../../img/pdficon_large.gif) no-repeat scroll 0%;
-        border: 0;
-        margin:0.75em .3em 0.75em .7em;
-        padding:0;
-}
-
-h1#pdf a {
-       border:0;
-       cursor:pointer;
-       display:block;
-       height:0px !important;
-       margin:0;
-       overflow:hidden;
-       padding:44px 0 0;
-       text-decoration:none;
-       width:35px;
-}
-
-h1#csv {
-        background:transparent url(../../img/csv_icon.gif) no-repeat scroll 0%;
-        border: 0;
-        margin:0.75em .3em 0.75em .7em;
-        padding:0;
-}
-
-h1#csv a {
-       border:0;
-       cursor:pointer;
-       display:block;
-       height:0px !important;
-       margin:0;
-       overflow:hidden;
-       padding:44px 0 0;
-       text-decoration:none;
-       width:35px;
-}
-
-h1#xml {
-        background:transparent url(../../img/icon_xml.gif) no-repeat scroll 0%;
-        border: 0;
-        margin:0.75em .3em 0.75em .7em;
-        padding:0;
-}
-
-h1#xml a {
-       border:0;
-       cursor:pointer;
-       display:block;
-       height:0px !important;
-       margin:0;
-       overflow:hidden;
-       padding:44px 0 0;
-       text-decoration:none;
-       width:35px;
-}
-
 #cartDetails {
        background-color : #FFF;
        border: 1px solid #739acf;
@@ -1935,9 +1908,6 @@ img.spinner {
     vertical-align: middle;
     padding-right: 0.3em;
 }
-#cataloguing_additem_itemlist div {
-       overflow : scroll;
-}
 ul.budget_hierarchy {
     margin-left: 0px;
     padding-left: 0px;
@@ -2020,6 +1990,14 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
     padding-bottom: 10px;
 }
 
+.m880 {
+    display:block; 
+    text-align:right; 
+    float:right; 
+    width:50%; 
+    padding-left:20px
+}
+
 #advanced-search fieldset {
        border : 1px solid #EEE;
        -moz-border-radius : 3px;
@@ -2082,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