Bug 10860: In-House Use
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index a4ef390..a256db3 100644 (file)
@@ -260,6 +260,7 @@ table+table {
 
 .highlighted-row { background-color: orange !important }
 
+tbody tr:nth-child(odd) td,
 tr.highlight td,
 tr.highlight th,
 tr.odd td,
@@ -980,6 +981,7 @@ tr.highlight th[scope=row] {
 
 .date-select input {
     padding : 1px;
+    vertical-align: middle;
 }
 
 tr.expired td {
@@ -1355,6 +1357,7 @@ h1#logo a {
 
 .barcode {
        font-size :  200%;
+        vertical-align: middle;
 }
 
 li.email a {
@@ -1844,6 +1847,12 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
     padding-bottom: 10px;
 }
 
+.field_hint {
+    color: grey;
+    font-style: italic;
+    padding-left: 1em;
+}
+
 .m880 {
     display:block; 
     text-align:right; 
@@ -1956,6 +1965,18 @@ div#acqui_order_supplierlist > div.supplier > div.baskets {
     margin-top: 0.5em;
 }
 
+.supplier-contact-details {
+    float: left;
+}
+
+#add-contact {
+    margin: 0 0 8px 8px;
+}
+
+#contact-template {
+    display: none;
+}
+
 /* Override core jQueryUI widgets */
 .ui-widget-content { border: 1px solid #B9D8D9; background: #ffffff none; color: #222222; }
 .ui-widget-header { border: 1px solid #B9D8D9; background: #E6F0F2 none; color: #222222; font-weight: bold; }
@@ -2692,4 +2713,18 @@ span.browse-button {
 #i18nMenu .dropdown-menu a:hover,
 #i18nMenu .dropdown-menu a:focus {
     color : #FFF;
-}
\ No newline at end of file
+}
+
+.inhouse_use-select {
+    font-size : 85%;
+    font-weight: normal;
+    padding-top : .3em;
+}
+#circ_circulation_issue .inhouse_use-select label,
+.inhouse_use-select label {
+    font-size : inherit;
+    font-weight: normal;
+}
+span.inhouse_use {
+    color: red;
+}