fix display issue

This commit is contained in:
Philippe Grand 2011-06-09 10:31:20 +00:00
parent 96eb39ebf7
commit f4c825793e

View File

@ -1247,13 +1247,14 @@ table.noborder {
tr.liste_titre {
height: 20px;
/* background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_centerBlock-title.jpg' ?>);
background-repeat: no-repeat;
background-position: top right;
*/ color: #FFFFFF;
background: #7699A9;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/menus/trtitle.png' ?>);
background-repeat: repeat-x;
color: #FFFFFF;
font-family: <?php print $fontlist ?>;
line-height: 18px;
padding-left: 10px;
font-weight: normal;
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
}