Bug 10860: In-House Use
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 3b4d768..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 {
@@ -1646,122 +1649,6 @@ ul#toplevelmenu {
     padding : 0;
 }
 
-/*#toplevelnav {
-       float : left;
-       margin-left : .5em;
-     width: 40%;
-}
-
-ul#toplevelmenu li {
-       display: inline;
-       padding : 0 .6em;
-}
-               
-ul#toplevelmenu li.more a {
-       background-image:url(../../img/more-arrow.gif);
-       background-position:right center;
-       background-repeat:no-repeat;
-       padding-right:13px;
-}
-               
-ul#toplevelmenu li.more ul li a {
-       background-image : none;
-       padding-right : 20px;
-}
-
-ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
-       padding: .2em 20px .2em 20px;
-}
-               
-ul#toplevelmenu li a {
-       text-decoration : none;
-}
-ul#toplevelmenu li ul li {
-       display :block;
-       padding :0;
-}
-ul#toplevelmenu li ul li a {
-       text-decoration : none;
-}
-
-ul#i18nMenu {
-       margin : 0;
-       padding : .2em 0;
- }
-ul#i18nMenu li {
-       border-left : 1px solid #CCC;
-       display : inline;
-       float: left;
-       list-style : none;
-       padding : 0 10px;
-}
-
-ul#i18nMenu li.yuimenuitem {
-       float: none;
-}
-
-ul#i18nMenu li:first-child {
-       border-left : 0;
- }
-ul#i18nMenu li ul li {
-       border : 0;
-       display : block;
-       padding : 0;
- }
-ul#i18nMenu li.more a {
-       background-image:url(../../img/more-up-arrow.gif);
-       background-position:right center;
-       background-repeat:no-repeat;
-       padding-right:13px;
-}
-               
-ul#i18nMenu li.more ul li a {
-       background-image : none;
-       padding-right : 20px;
-}
-
-div.lang {
-        float:left;
-}
- div#changelanguage{
-       background-color: #fff;
-       border-top: 1px solid #CCC;
-  position:absolute;
-  bottom:0;
-  left:0;
-  width:100%;
-  height: 2em;
- }
- @media screen{
-  body>div#changelanguage {
-   position: fixed;
-  }
- }
- * html body{
-  overflow:hidden;
- } 
- * html div#doc1{
-  height:100%;
-  overflow:auto;
- }
-  
- * html div#doc2{
-  height:100%;
-  overflow:auto;
- }
-  
- * html div#doc3{
-  height:100%;
-  overflow:auto;
- }*/
-
 table > caption span.actions {
     font-size: 66%;
     font-weight : normal;
@@ -1960,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; 
@@ -2072,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; }
@@ -2772,3 +2677,54 @@ span.browse-button {
     font-size:0.8em;
     padding:0.5em;
 }
+
+#transport-types {
+    padding-top: 0.5px;
+}
+
+#i18nMenu .navbar-text .currentlanguage {
+    color : #000;
+    font-weight: bold;
+}
+
+#i18nMenu a.currentlanguage:link,
+#i18nMenu a.currentlanguage:visited {
+    font-weight: bold;
+}
+
+#i18nMenu a,
+#i18nMenu a:link,
+#i18nMenu a:visited {
+    color : #004d99;
+    font-weight: normal;
+}
+
+#i18nMenu a:hover,
+#i18nMenu a:active {
+    color : #538200;
+    font-weight: normal;
+}
+
+#i18nMenu a .sublanguage-selected {
+    color: #000;
+    font-weight: bold;
+}
+
+#i18nMenu .dropdown-menu a:hover,
+#i18nMenu .dropdown-menu a:focus {
+    color : #FFF;
+}
+
+.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;
+}