From 8b913ebeb7fc028acc038d1f3dc8b8e58fdafac5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 9 Jun 2004 15:29:57 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Afin=20de=20ne=20pas=20avoir=20les=20ic?= =?UTF-8?q?ons=20de=20tri=20qui=20se=20wrap=20sur=20la=20ligne=20de=20titr?= =?UTF-8?q?e=20des=20tableaux=20avec=20tris,=20un=20nowrap=20est=20ajout?= =?UTF-8?q?=E9=20dans=20les=20feuilles=20de=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/dolibarr/dolibarr.css | 2 +- htdocs/theme/eldy/eldy.css | 1 + htdocs/theme/rodolphe/rodolphe.css | 3 ++- htdocs/theme/yellow/yellow.css | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index c3efd37a38b..0235d2d3d4c 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -207,7 +207,7 @@ tr.liste_titre { font-size: 0.9em; font-weight: bold; border: 1px solid #8CACBB; - + white-space: nowrap; } tr.pair { diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index e194613138c..4e6170ae4f1 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -220,6 +220,7 @@ border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; +white-space: nowrap; } td.border { diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css index 8ada4f19b29..972a0275ddc 100644 --- a/htdocs/theme/rodolphe/rodolphe.css +++ b/htdocs/theme/rodolphe/rodolphe.css @@ -223,7 +223,8 @@ tr.liste_titre { background: #cacaca; border: 1px solid #000000; font-weight: bold; - text-decoration: none } + text-decoration: none; + white-space: nowrap } tr.pair { background: #dfdfdf; diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 75b9464acc8..0dae411e99c 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -281,6 +281,7 @@ tr.liste_titre { font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; + white-space: nowrap; } tr.pair {