Bug 8184 - Duplicate budget page lacks heading and breadcrumbs
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 0835187..96c8b7e 100644 (file)
@@ -26,6 +26,14 @@ a:hover, a:active {
     text-decoration: none;
 }
 
+.yui-button {
+    border-radius: 5px;
+}
+
+.yui-button .first-child {
+    border-radius: 5px;
+}
+
 .yui-button,.yui-button a:link,.yui-button a:visited {
        color : #000;
 }
@@ -897,7 +905,7 @@ fieldset.rows .inputnote {
     visibility:visible; /* you propably don't need to change this one */
     display:block;
 }
-#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child, #periods_menuc .first-child {
+#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
        padding-left : 34px;
        background-image: url("../../img/toolbar-new.gif");
        background-position : center left;
@@ -935,7 +943,8 @@ fieldset.rows .inputnote {
 #managelabel a,
 #managetemplate a,
 #managelabelbatch a,
-#manageprofile a {
+#manageprofile a,
+#periods_menuc .first-child {
        padding-left : 34px;
        background-image: url("../../img/toolbar-edit.gif");
        background-position : center left;
@@ -1713,6 +1722,16 @@ input[type=submit], input[type=reset], input[type=button], input.submit, button.
        color: #333333;
 }
 
+input[type=submit]:disabled,
+input[type=reset]:disabled,
+input[type=button]:disabled,
+input.submit:disabled,
+button.submit:disabled {
+    color : #999;
+    border : 1px solid #C0C0C0;
+    background : #EEE none;
+}
+
 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
        border : 1px inset #999999;
 }
@@ -2185,7 +2204,11 @@ div.pager {
        padding : .3em .5em .3em .5em;
        margin : .4em 0;
 }
-div.pager img {
+div.pager img {+/* jQuery UI Autocomplete */
++ul.ui-autocomplete li { list-style-type: none; font-size : inherit; }
++ul.ui-autocomplete { -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3); -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3); box-shadow: 2px 2px 2px rgba(0,0,0,.3); }
++input.ui-autocomplete-input.active { background: transparent url("../../img/loading-small.gif") right center no-repeat; }
+
        vertical-align : middle;
 }
 div.pager img.last {
@@ -2225,3 +2248,30 @@ div#acqui_order_supplierlist > div.supplier > span.action {
 div#acqui_order_supplierlist > div.supplier > div.baskets {
     margin-top: 0.5em;
 }
+
+/* jQuery UI Autocomplete */
+ul.ui-autocomplete li {
+    list-style-type: none;
+    font-size : inherit;
+}
+
+ul.ui-autocomplete {
+    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
+    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
+    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
+}
+
+.ui-autocomplete.ui-widget-content {
+    background-image : none;
+}
+
+.ui-autocomplete.ui-widget-content .ui-state-hover {
+    border: 1px solid #B9D8D9;
+    background: #E6F0F2 none;
+    font-weight: normal;
+    color: #212121;
+}
+
+.ui-autocomplete-loading {
+    background: #FFF url("../../img/loading-small.gif") right center no-repeat;
+}