From d0d5663eadc6dee785168aa068bc33d5229f5173 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Oct 2010 13:19:01 +0000 Subject: [PATCH] Look: Nicer look --- htdocs/theme/auguria/style.css.php | 12 ++++++------ htdocs/theme/eldy/style.css.php | 15 +-------------- htdocs/theme/freelug/style.css.php | 15 ++++++++------- htdocs/theme/yellow/style.css.php | 16 ++++++++++------ 4 files changed, 25 insertions(+), 33 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 420c80cc389..71ced3d52d8 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1315,9 +1315,7 @@ table.valid { /* Tooltips */ /* ============================================================================== */ -#dhtmltooltip -{ --moz-border-radius:4px; +#tooltip { position: absolute; width: px; border-top: solid 1px #BBBBBB; @@ -1325,12 +1323,14 @@ border-: solid 1px #BBBBBB; border-: solid 1px #444444; border-bottom: solid 1px #444444; padding: 2px; -background-color: #FFFFE0; -visibility: hidden; -z-index: 100; +z-index: 3000; +background-color: #FFFFF0; +opacity: 1; +-moz-border-radius:6px; } + /* ============================================================================== */ /* Calendar */ /* ============================================================================== */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f58ceca8f10..edef7988854 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1295,20 +1295,6 @@ table.valid { /* Tooltips */ /* ============================================================================== */ -#dhtmltooltipx -{ -position: absolute; -width: px; -border-top: solid 1px #BBBBBB; -border-: solid 1px #BBBBBB; -border-: solid 1px #444444; -border-bottom: solid 1px #444444; -padding: 2px; -background-color: #FFFFE0; -visibility: hidden; -z-index: 100; -} - #tooltip { position: absolute; width: px; @@ -1320,6 +1306,7 @@ padding: 2px; z-index: 3000; background-color: #FFFFF0; opacity: 1; +-moz-border-radius:6px; } diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index c603f86d4c6..dd0842f7de6 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -1067,21 +1067,22 @@ table.valid { /* Tooltips */ /* ============================================================================== */ -#dhtmltooltip -{ +#tooltip { position: absolute; width: px; border-top: solid 1px #BBBBBB; -border-left: solid 1px #BBBBBB; -border-right: solid 1px #444444; +border-: solid 1px #BBBBBB; +border-: solid 1px #444444; border-bottom: solid 1px #444444; padding: 2px; -background-color: #FFFFE0; -visibility: hidden; -z-index: 100; +z-index: 3000; +background-color: #FFFFF0; +opacity: 1; +-moz-border-radius:6px; } + /* ============================================================================== */ /* Calendar */ /* ============================================================================== */ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index fe452a1c1f8..34a0d94ebbf 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -1057,18 +1057,22 @@ table.valid { /* Tooltips */ /* ============================================================================== */ -#dhtmltooltip -{ +#tooltip { position: absolute; width: px; -border: 1px solid #444444; +border-top: solid 1px #BBBBBB; +border-: solid 1px #BBBBBB; +border-: solid 1px #444444; +border-bottom: solid 1px #444444; padding: 2px; -background-color: lightyellow; -visibility: hidden; -z-index: 100; +z-index: 3000; +background-color: #FFFFF0; +opacity: 1; +-moz-border-radius:6px; } + /* ============================================================================== */ /* Calendar */ /* ============================================================================== */