New: Always use th for table head
This commit is contained in:
parent
f85e68a3c2
commit
a8288fd995
@ -1248,7 +1248,6 @@ th.liste_titre, td.liste_titre
|
||||
font-weight: normal;
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
@ -1261,7 +1260,6 @@ th.liste_titre_sel, td.liste_titre_sel
|
||||
/* text-decoration: underline; */
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
input.liste_titre {
|
||||
background: transparent;
|
||||
|
||||
@ -1439,7 +1439,6 @@ th.liste_titre, td.liste_titre
|
||||
white-space: nowrap;
|
||||
background-image: none;
|
||||
background: none;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
/*tr.liste_titre select.flat {
|
||||
@ -1455,8 +1454,7 @@ tr.liste_titre input.button {
|
||||
/*margin: 30px 10px 10px 0px;*/
|
||||
}
|
||||
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
td.liste_titre_sel {
|
||||
background: #505050;
|
||||
background-repeat: repeat-x;
|
||||
color: #FFFFFF;
|
||||
@ -1465,7 +1463,6 @@ th.liste_titre_sel, td.liste_titre_sel
|
||||
/* text-decoration: underline; */
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
input.liste_titre {
|
||||
|
||||
@ -1355,7 +1355,6 @@ th.liste_titre, td.liste_titre
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
/*vertical-align: text-top;*/
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
@ -1363,7 +1362,6 @@ th.liste_titre_sel, td.liste_titre_sel
|
||||
color: #A51B00;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
input.liste_titre {
|
||||
|
||||
@ -1266,7 +1266,6 @@ th.liste_titre, td.liste_titre
|
||||
font-weight: normal;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
@ -1278,7 +1277,6 @@ th.liste_titre_sel, td.liste_titre_sel
|
||||
font-weight: normal;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
input.liste_titre {
|
||||
background: #7699A9;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user