From 1435cf56309929548fe5d957739b09a8ee7171e8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 20 Mar 2007 23:53:46 +0000 Subject: [PATCH] Look: Meilleur rendu des tooltips --- htdocs/theme/eldy/eldy.css.php | 5 ++++- htdocs/theme/freelug/freelug.css | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index b6c7fce2306..4ad3ecc2953 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -884,7 +884,10 @@ padding: 2px; { position: absolute; width: 300px; -border: 1px solid #444444; +border-top: solid 1px #BBBBBB; +border-left: solid 1px #BBBBBB; +border-right: solid 1px #444444; +border-bottom: solid 1px #444444; padding: 2px; background-color: lightyellow; visibility: hidden; diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 8e9ab572ac2..3895c424474 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -819,8 +819,11 @@ tr.nonpayed { #dhtmltooltip { position: absolute; -width: 200px; -border: 1px solid #444444; +width: 300px; +border-top: solid 1px #BBBBBB; +border-left: solid 1px #BBBBBB; +border-right: solid 1px #444444; +border-bottom: solid 1px #444444; padding: 2px; background-color: lightyellow; visibility: hidden;