From 9bed8bb31b5e3ca6d8a681ada5319ec325cd48bb Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 30 May 2011 12:44:24 +0000 Subject: [PATCH] fix : calendar issue --- htdocs/theme/freelug/style.css.php | 1 + htdocs/theme/yellow/style.css.php | 1 + 2 files changed, 2 insertions(+) diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 0ee39de6dbe..e0d4c713de8 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -1132,6 +1132,7 @@ opacity: 1; /* Calendar */ /* ============================================================================== */ .bodyline { + z-index: 3000; -moz-border-radius:8px; border: 1px #E4ECEC outset; padding:0px; diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index 343e93bdf05..368f80bbd1a 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -1122,6 +1122,7 @@ opacity: 1; /* Calendar */ /* ============================================================================== */ .bodyline { + z-index: 3000; -moz-border-radius:8px; border: 1px #ECECE4 outset; padding:0px;