From: Owen Leonard <oleon...@myacpl.org>

staff-global.css contains CSS which related to the old YUI autocomplete
widget. Since this has been replaced with jQueryUI the CSS is now unused
and can be removed.

Signed-off-by: Srdjan <srd...@catalyst.net.nz>
---
 koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css 
b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
index 49f857d..cda7494 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -1799,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;
 }
-- 
1.8.1.2

_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to