From e36dcfd8278a041b11ebfc997f3f467a8e4758b9 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 23 Nov 2011 22:29:52 +0000 Subject: [PATCH] #436 CSS : apparence choix journaux dans reconciliation --- html/style-color.css | 3 ++- html/style-light.css | 3 ++- html/style.css | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/html/style-color.css b/html/style-color.css index 32d69ee70..14471dd1e 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -1012,7 +1012,8 @@ color:black; text-align:center; } div#div_jrnsearch_op{ - + position:absolute; + z-index: 5; border:1px solid black; display:none; width:50em; diff --git a/html/style-light.css b/html/style-light.css index 04a89dae1..0dbf399b9 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -1014,7 +1014,8 @@ color:black; text-align:center; } div#div_jrnsearch_op{ - + position:absolute; + z-index: 5; border:1px solid black; display:none; width:50em; diff --git a/html/style.css b/html/style.css index 5208eaa31..752ab279e 100644 --- a/html/style.css +++ b/html/style.css @@ -1019,6 +1019,8 @@ div#div_jrnsearch_op{ display:none; width:50em; background-color:#EDF3FF; + position:absolute; + z-index: 5; } ul {