Bug 12837 - barcode entry box out of alignment
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 73f7f98..382701b 100644 (file)
@@ -126,6 +126,10 @@ em strong {
     font-style : italic;
 }
 
+.subfield-label span.subfield-code {
+    font-weight : bold;
+}
+
 #navmenulist li {
        padding : .2em 0;
        list-style-image : url("../../img/arrow-bullet.gif");
@@ -270,7 +274,7 @@ tr.even td, tr.even.highlight td {
     border-right : 1px solid #BCBCBC;
 }
 
-td.od {
+.overdue td.od {
        color : #cc0000;
        font-weight : bold;
 }
@@ -550,6 +554,12 @@ padding: 0;
 width: 100%; 
 }
 
+fieldset.rows.unselected {
+    background-color: white;
+    border-width : 0px;
+    border: 0;
+}
+
 fieldset.rows legend {  
        margin-left: 1em;
        font-weight: bold;
@@ -970,6 +980,7 @@ tr.highlight th[scope=row] {
 
 .date-select input {
     padding : 1px;
+    vertical-align: middle;
 }
 
 tr.expired td {
@@ -1345,6 +1356,7 @@ h1#logo a {
 
 .barcode {
        font-size :  200%;
+        vertical-align: middle;
 }
 
 li.email a {
@@ -1503,6 +1515,10 @@ li.email {
        text-indent : 1em;
 }
 
+.facet-count {
+    display: inline-block;
+}
+
 div.pages {
        margin : .5em 0;
 }
@@ -1632,122 +1648,12 @@ 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;
+table > caption span.actions {
+    font-size: 66%;
+    font-weight : normal;
+    margin : 0 .5em 0 0;
 }
 
-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;
- }*/
-
 #CheckAll, #CheckNone, #CheckPending {
        font-weight : normal;
        margin : 0 .5em 0 0;
@@ -1868,6 +1774,9 @@ ul.budget_hierarchy li:last-child:after {
 ul.budget_hierarchy li:first-child:after {
     content: "";
 }
+.child_fund_amount {
+    font-style: italic;
+}
 .holdcount { font-size : 105%; line-height : 200%; }
 .holdcount a {
        border : 1px solid #a4bedd;
@@ -1937,6 +1846,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; 
@@ -2049,6 +1964,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; }
@@ -2403,6 +2330,18 @@ div.authorizedheading {
     font-weight: bold; font-size : 110%;
 }
 
+fieldset.rows.ui-accordion-content {
+    border-top-left-radius: 0;
+    border-top-right-radius: 0;
+    margin: 0;
+    padding: 0;
+    width: auto;
+}
+
+fieldset.rows.ui-accordion-content table {
+    margin : 0;
+}
+
 video {
     width: 480px;
 }
@@ -2604,11 +2543,18 @@ fieldset.rows table.mceListBox {
 }
 
 /* Class to be added to toolbar when it starts being fixed at the top of the screen*/
+
 .floating {
     -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
     box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
 }
 
+div#toolbar.floating,
+#searchheader.floating {
+    border-radius: 0;
+    margin-top: 0;
+}
+
 .inline {
     display : inline;
 }
@@ -2730,3 +2676,40 @@ 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;
+}