Bug 10406 - Remove obsolete CSS related to YUI autocomplete
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 18a4ef2..cda7494 100644 (file)
@@ -1,4 +1,4 @@
-@import url("../lib/yui/reset-fonts-grids.css");
+@import url("../lib/yui/reset-fonts-grids.css") screen;
 @import url("../lib/yui/skin.css");
 
 input:focus, textarea:focus {
@@ -254,16 +254,20 @@ table+table {
        border : 0;
 }
 
+.highlighted-row { background-color: orange !important }
 
-tr.highlight td, tr.highlight th, tr.odd td {
+tr.highlight td,
+tr.highlight th,
+tr.odd td,
+tr.odd.highlight td {
        background-color : #F3F3F3;
-       border : 1px solid #DDDDDD;
-       border-right : 1px solid #DDDDDD;
+    border : 1px solid #BCBCBC;
+    border-right : 1px solid #BCBCBC;
 }
 
 tr.even td, tr.even.highlight td {
        background-color: #FFF;
-       border-right : 1px solid #DDDDDD;
+    border-right : 1px solid #BCBCBC;
 }
 
 td.od {
@@ -655,6 +659,12 @@ fieldset.rows label.yesno {
        width : auto;
 }
 
+fieldset.rows label.error {
+       float: none;
+       margin-left: 1em;
+       width: auto;
+}
+
 fieldset.action, div.action {
     background-color: transparent;
        clear : both;
@@ -744,7 +754,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 {
+#new_course a, #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;
@@ -1195,7 +1205,8 @@ div.note {
        text-decoration : underline;
  }
  
-.required {
+label.required,
+span.required {
     color : #C00;
 }
 
@@ -1427,9 +1438,8 @@ li.email {
    border : 1px solid #B9D8D9;
 }
 
-/* Hack just for Firefox */
-html>/**/body #searchheader button, x:-moz-any-link, x:default {
-       padding-bottom : 3px;
+#searchheader .btn-group > .btn:first-child {
+    margin-left : .7em;
 }
 
 #searchheader form {
@@ -1789,22 +1799,6 @@ span.permissiondesc {
        padding : .5em;
 }
 
-/* borrower autocomplete */
-#borrowerautocomplete { width: 500px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
-.autocomplete .yui-ac-highlight ,
-.autocomplete .yui-ac-highlight .sample-result,
-.autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
-.autocomplete .sample-result { color: black; }
-.autocomplete .sample-query { color:#000; }
-#findborrower { position:static; width:auto; }
-#yborrowercontainer { text-align:left;width:335px; }
-
-/* patron attribues autocomplete for overdues report (pattrodue) */
-.pattrodue-autocomplete .pattrodue-result { color: black; }
-.pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
-.pattrodue-input { position:static; width:auto; }
-.pattrodue-container { text-align:left; width:400px; }
-
 .labeledmarc-table {
        border: 0;
 }
@@ -2548,3 +2542,23 @@ a.disabled {
 .modal-header .closebtn{margin-top:2px;}
 .closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
 button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
+.btn-group label,
+.btn-group select {
+    font-size: 13px;
+}
+
+.waiting {
+    cursor: wait;
+}
+
+fieldset.rows table.mceListBox {
+    margin: 0;
+}
+
+#jobpanel,#jobstatus,#jobfailed { display : none; }
+#jobstatus { margin:.4em; }
+#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; }
+#selections { width : 100%; white-space : normal; }
+#selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
+#selections span.selected { background-color : #CCE0FC; }
+#selections input { vertical-align:middle;margin:0 2px; }