2
0
forked from Wavyzz/dolibarr

New: Always use th for table head

This commit is contained in:
Laurent Destailleur
2011-09-02 21:56:37 +00:00
parent e045b9ade7
commit 269fa5742c
5 changed files with 80 additions and 70 deletions

View File

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

View File

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

View File

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

View File

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