From 33947d40a84f1f314519ea7a54d425ed95e99e4e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 22 Jan 2011 17:48:14 +0000 Subject: [PATCH] change CSS for #210, the same must be done for other CSS file --- html/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/html/style.css b/html/style.css index f550eb151..a8eef46de 100644 --- a/html/style.css +++ b/html/style.css @@ -930,3 +930,15 @@ div#div_jrn{ div.divinfo { color:red;text-align:right;display:block;width:30em;height:13;font-weight:bold} + +div#search_form +{ + position:absolute; + border:1px solid black; + top:15%;left:100; + margin-left:25% + z-index:2; + width:50%; + display:none; + background-color:#e4e7ed; +} \ No newline at end of file