Look: Afin de ne pas avoir les icons de tri qui se wrap sur la ligne de titre des tableaux avec tris, un nowrap est ajout dans les feuilles de style

This commit is contained in:
Laurent Destailleur 2004-06-09 15:29:57 +00:00
parent 7ff23daa54
commit 8b913ebeb7
4 changed files with 5 additions and 2 deletions

View File

@ -207,7 +207,7 @@ tr.liste_titre {
font-size: 0.9em;
font-weight: bold;
border: 1px solid #8CACBB;
white-space: nowrap;
}
tr.pair {

View File

@ -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 {

View File

@ -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;

View File

@ -281,6 +281,7 @@ tr.liste_titre {
font-family: Helvetica, Verdana;
font-size: 1.0em;
font-weight: bold;
white-space: nowrap;
}
tr.pair {