[Koha-patches] [PATCH 33/54] opac CSS new classes

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu Dec 16 11:54:27 CET 2010


From: Paul Poulain <paul.poulain at biblibre.com>

Some new classes for OPAC css
---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css |   35 ++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
index 3df41fb..3b7c352 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -1993,4 +1993,39 @@ div.ft {
 .searchresults .commentline.yours {
 	background-color : rgb(239, 254, 213);
 	background-color : rgba(239, 254, 213, 0.4);
+
+select.advsearch {
+   margin-left:5em;
+}
+select.advsearchoperator {
+    position:absolute;
+}
+
+.authorSearch {
+    position: absolute;
+    display: none;
+    z-index: 2;
+    background-color: white;
+    border: 1px solid black;
+    padding: 4px;
+}
+.authorSearch li {
+    list-style-type: none;
+}
+.authorSearch ul {
+    padding-left: 0px; 
+}
+.subjectSearch {
+    position: absolute;
+    display: none;
+    z-index: 2;
+    background-color: white;
+    border: 1px solid black;
+    padding: 4px;
+}
+.subjectSearch li {
+    list-style-type: none;
+}
+.subjectSearch ul {
+    padding-left: 0px; 
 }
-- 
1.7.1



More information about the Koha-patches mailing list