From ffec13614f012b9338a3b79adf072d766fbb86e4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Sep 2011 19:01:18 +0000 Subject: [PATCH] Fix: td cells alignement --- htdocs/theme/auguria/style.css.php | 3 +-- htdocs/theme/bureau2crea/style.css.php | 6 ++++-- htdocs/theme/cameleo/style.css.php | 3 +-- htdocs/theme/eldy/style.css.php | 3 +-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index fb0d19d721c..6492f813d2e 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1237,6 +1237,7 @@ tr.liste_titre font-family: ; /* border-bottom: 1px solid #FDFFFF; */ white-space: nowrap; + text-align: ; } th.liste_titre, td.liste_titre { @@ -1248,7 +1249,6 @@ th.liste_titre, td.liste_titre font-weight: normal; /* border-bottom: 1px solid #FDFFFF; */ white-space: nowrap; - text-align: ; } th.liste_titre_sel, td.liste_titre_sel { @@ -1261,7 +1261,6 @@ th.liste_titre_sel, td.liste_titre_sel /* text-decoration: underline; */ /* border-bottom: 1px solid #FDFFFF; */ white-space: nowrap; - text-align: ; } input.liste_titre { background: transparent; diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 7312b757d11..c9fac816cb2 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1419,6 +1419,10 @@ border-top: 1px solid #333; div#stats { } +tr.liste_titre { + text-align: ; +} + tr.liste_titre a { color: #333333; margin: 0px 5px; @@ -1439,7 +1443,6 @@ th.liste_titre, td.liste_titre white-space: nowrap; background-image: none; background: none; - text-align: ; } /*tr.liste_titre select.flat { @@ -1465,7 +1468,6 @@ th.liste_titre_sel, td.liste_titre_sel /* text-decoration: underline; */ /* border-bottom: 1px solid #FDFFFF; */ white-space: nowrap; - text-align: ; } input.liste_titre { diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 42f43efc8c8..fef27449c2e 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -1349,13 +1349,13 @@ tr.liste_titre { padding-left: 10px; padding-right: 10px; white-space: nowrap; + text-align: ; } th.liste_titre, td.liste_titre { padding-left: 6px; padding-right: 6px; /*vertical-align: text-top;*/ - text-align: ; } th.liste_titre_sel, td.liste_titre_sel { @@ -1363,7 +1363,6 @@ th.liste_titre_sel, td.liste_titre_sel color: #A51B00; font-weight: bold; white-space: nowrap; - text-align: ; } input.liste_titre { diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index ec8db67437f..553b4a1ecac 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1255,6 +1255,7 @@ tr.liste_titre font-family: ; border-bottom: 1px solid #FDFFFF; white-space: nowrap; + text-align: ; } th.liste_titre, td.liste_titre { @@ -1266,7 +1267,6 @@ th.liste_titre, td.liste_titre font-weight: normal; border-bottom: 1px solid #FDFFFF; white-space: nowrap; - text-align: ; } th.liste_titre_sel, td.liste_titre_sel { @@ -1278,7 +1278,6 @@ th.liste_titre_sel, td.liste_titre_sel font-weight: normal; border-bottom: 1px solid #FDFFFF; white-space: nowrap; - text-align: ; } input.liste_titre { background: #7699A9;