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