Look: Meilleur rendu des tooltips

This commit is contained in:
Laurent Destailleur 2007-03-20 23:53:46 +00:00
parent f036ee407b
commit 1435cf5630
2 changed files with 9 additions and 3 deletions

View File

@ -884,7 +884,10 @@ padding: 2px;
{ {
position: absolute; position: absolute;
width: 300px; 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; padding: 2px;
background-color: lightyellow; background-color: lightyellow;
visibility: hidden; visibility: hidden;

View File

@ -819,8 +819,11 @@ tr.nonpayed {
#dhtmltooltip #dhtmltooltip
{ {
position: absolute; position: absolute;
width: 200px; 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; padding: 2px;
background-color: lightyellow; background-color: lightyellow;
visibility: hidden; visibility: hidden;