From f4c825793ebbff1642f113f6774b9bae42775053 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Thu, 9 Jun 2011 10:31:20 +0000 Subject: [PATCH] fix display issue --- htdocs/theme/bureau2crea/style.css.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index ba0bdc2cac3..55aaa779910 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1247,13 +1247,14 @@ table.noborder { tr.liste_titre { height: 20px; -/* background-image: url(); - background-repeat: no-repeat; - background-position: top right; -*/ color: #FFFFFF; + background: #7699A9; + background-image: url(); + background-repeat: repeat-x; + color: #FFFFFF; font-family: ; - line-height: 18px; - padding-left: 10px; + font-weight: normal; + /* text-decoration: underline; */ + /* border-bottom: 1px solid #FDFFFF; */ white-space: nowrap; }