Fix: td cells alignement
This commit is contained in:
parent
642bd75309
commit
ffec13614f
@ -1237,6 +1237,7 @@ tr.liste_titre
|
||||
font-family: <?php print $fontlist ?>;
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre, td.liste_titre
|
||||
{
|
||||
@ -1248,7 +1249,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 +1261,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;
|
||||
|
||||
@ -1419,6 +1419,10 @@ border-top: 1px solid #333;
|
||||
div#stats {
|
||||
}
|
||||
|
||||
tr.liste_titre {
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
tr.liste_titre a {
|
||||
color: #333333;
|
||||
margin: 0px 5px;
|
||||
@ -1439,7 +1443,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 {
|
||||
@ -1465,7 +1468,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 {
|
||||
|
||||
@ -1349,13 +1349,13 @@ tr.liste_titre {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
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 +1363,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 {
|
||||
|
||||
@ -1255,6 +1255,7 @@ tr.liste_titre
|
||||
font-family: <?php print $fontlist ?>;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre, td.liste_titre
|
||||
{
|
||||
@ -1266,7 +1267,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 +1278,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