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:
parent
7ff23daa54
commit
8b913ebeb7
@ -207,7 +207,7 @@ tr.liste_titre {
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
border: 1px solid #8CACBB;
|
||||
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
tr.pair {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -281,6 +281,7 @@ tr.liste_titre {
|
||||
font-family: Helvetica, Verdana;
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
tr.pair {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user