From 73051323fdb71cc9c4cabd2b01f16852538eb17d Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 16 Jun 2006 13:06:08 +0000 Subject: [PATCH] os.css git-svn-id: svn://svn.open-ils.org/ILS/trunk@4649 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/extras/os.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/web/opac/extras/os.css b/Open-ILS/web/opac/extras/os.css index 4f29bb9a91..30a8627d5d 100644 --- a/Open-ILS/web/opac/extras/os.css +++ b/Open-ILS/web/opac/extras/os.css @@ -17,22 +17,28 @@ input.searchbox { } div#searchdiv { + /* z-index:10; position: absolute; top: 0; right: 0; + */ /*width:11em;*/ background-color: lightgray; border:2px solid lightblue; + /* border-right: 0px; border-top: 0px; filter: alpha(opacity=50); -moz-opacity: .5; + */ } +/* html>body div#searchdiv { position: fixed; } +*/ div#header img { position: absolute; -- 2.43.2