From 7adb7896bd565b9031a36fde8124cc7b9280be6c Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 15 Dec 2010 00:06:41 +0100 Subject: [PATCH] Bug 5871 : opac CSS new classes 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 83b54ea..68a4701 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -1985,6 +1985,41 @@ 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; } #plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; } -- 1.7.1