Bug 6351: Cannot delete library-specific holds polices and checkout limits
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 55e61be..c211507 100644 (file)
@@ -237,11 +237,11 @@ table {
        border-right : 1px solid #BCBCBC;
 }
 
-table.invis{
-       border : white;
-}
-table.invis tr,table.invis td {
-       border : white;
+table.invis,
+table.invis tr,
+table.invis td,
+tr.highlight table.invis td {
+       border : none;
 }
 
 td, th {
@@ -304,7 +304,7 @@ tr.onissue td {
        background-color: #FFFFCC;
 }
 
-tr.highlight.onissue td {
+tr.odd.onissue td {
        background-color: #FFFFE1;
 }
 
@@ -437,6 +437,10 @@ ul.toolbar {
        padding-left : 0;
 }
 
+ul.toolbar button {
+       padding-bottom : 2px;
+       font-family: arial, verdana, helvetica, sans-serif;
+}
 .yui-menu-button  {
        
 }
@@ -923,13 +927,17 @@ fieldset.rows .inputnote {
        background-repeat : no-repeat;
 }
 
-#placehold a {
+#placehold a,
+#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;
 }
@@ -1115,6 +1123,10 @@ div.first fieldset {
        margin : .4em;
        padding : .4em .4em .4em 25px;
  }
+
+ .dialog input[type="submit"] {
+       background : #FFF none;
+ }
  
 .dialog input.approve, td input.approve {
        background : #FFF url(../../img/approve.gif) no-repeat 4px center;
@@ -1217,6 +1229,12 @@ a .term {
         text-decoration : underline;
 }
 
+/* style for shelving location in catalogsearch */
+.shelvingloc {
+    display : block;
+    font-style : italic;
+}
+
 a:hover .term {
        color : #FF9090;
 }
@@ -1403,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 {
 }
 
@@ -1904,3 +1927,65 @@ ul.budget_hierarchy li:first-child:after {
 .holdcount { font-size : 105%; line-height : 200%; }
 .holdcount a { border : 1px solid #a4bedd; background-color : #e4ecf5; font-weight : bold; -moz-border-radius: 4px; padding : .1em .4em; text-decoration : none; }
 .holdcount a:hover { background-color : #ebeff7; }
+.container {
+       border : 1px solid #EEE;
+       padding : 1em;
+       margin : 1em 0;
+}
+fieldset.rows+h3 {clear:both;padding-top:.5em;}
+
+.import_export{
+    position:relative;
+}
+.import_export .import_export_options{
+    background: white;
+    border: 1px solid #CDCDCD;
+    left: 60px;
+    padding: 10px;
+    position: absolute;
+    top: 0;
+    z-index: 1;
+    width: 300px;
+}
+.import_export_options li{
+    display: block;
+    list-style: none;
+    padding-top: 10px;
+}
+.import_export_options .import_export_close {
+    cursor: pointer;
+    text-decoration: underline;
+}
+.import_export_options .export_ok {
+    padding: 10;
+    background: #E3E3E3 none;
+    cursor: pointer;
+    margin-left: 20px;
+    border: none;
+}
+.import_export_options .import_ok {
+    padding: 10;
+    background: #E3E3E3 none;
+    cursor: pointer;
+    margin-left: 20px;
+    border: none;
+}
+.form_import .input_import {
+    border: 1px solid #bcbcbc;
+}
+.import_export_options .importing {
+    padding: inherit;
+    background: none;
+}
+.li_close_import_export {
+    text-align: right;
+}
+
+.importing {
+    position: relative;
+}
+
+.importing .importing_msg {
+    padding-left: 10px;
+    padding-bottom: 10px;
+}
\ No newline at end of file