New: Always use th for table head

This commit is contained in:
Laurent Destailleur 2011-09-02 22:16:17 +00:00
parent 02a8bb0128
commit 259a53c503
5 changed files with 40 additions and 27 deletions

View File

@ -1248,6 +1248,7 @@ 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
{
@ -1260,6 +1261,7 @@ 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;

View File

@ -1439,6 +1439,7 @@ th.liste_titre, td.liste_titre
white-space: nowrap;
background-image: none;
background: none;
text-align: <?php echo $left; ?>;
}
/*tr.liste_titre select.flat {
@ -1454,7 +1455,8 @@ tr.liste_titre input.button {
/*margin: 30px 10px 10px 0px;*/
}
td.liste_titre_sel {
th.liste_titre_sel, td.liste_titre_sel
{
background: #505050;
background-repeat: repeat-x;
color: #FFFFFF;
@ -1463,6 +1465,7 @@ td.liste_titre_sel {
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
text-align: <?php echo $left; ?>;
}
input.liste_titre {

View File

@ -1355,6 +1355,7 @@ 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
{
@ -1362,6 +1363,7 @@ th.liste_titre_sel, td.liste_titre_sel
color: #A51B00;
font-weight: bold;
white-space: nowrap;
text-align: <?php echo $left; ?>;
}
input.liste_titre {

View File

@ -1266,6 +1266,7 @@ 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
{
@ -1277,6 +1278,7 @@ 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;

View File

@ -316,33 +316,37 @@ padding: 0px 0px;
tr.liste_titre {
height: 24px;
background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
border: 1px solid #456F9A;
color: #FFFFFF;
font-family: <?php print $fontlist ?>;
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
}
td.liste_titre {
background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
border: 1px solid #456F9A;
color: #FFFFFF;
font-family: <?php print $fontlist ?>;
font-weight: normal;
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
}
td.liste_titre_sel
tr.liste_titre
{
background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
color: #FFFFFF;
font-family: <?php print $fontlist ?>;
font-weight: normal;
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
height: 24px;
background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
border: 1px solid #456F9A;
color: #FFFFFF;
font-family: <?php print $fontlist ?>;
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
}
th.liste_titre, td.liste_titre
{
background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
border: 1px solid #456F9A;
color: #FFFFFF;
font-family: <?php print $fontlist ?>;
font-weight: normal;
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
text-align: <?php echo $left; ?>;
}
th.liste_titre_sel, td.liste_titre_sel
{
background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
color: #FFFFFF;
font-family: <?php print $fontlist ?>;
font-weight: normal;
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
text-align: <?php echo $left; ?>;
}
input.liste_titre {
background: transparent;