Fix: Missing left padding
This commit is contained in:
parent
8d04f5a805
commit
eb07c6b2e7
@ -1709,7 +1709,7 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.list
|
|||||||
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
|
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
|
||||||
text-align: <?php echo $left; ?>;
|
text-align: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div
|
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
|
||||||
{
|
{
|
||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
/*font-weight: normal;*/
|
/*font-weight: normal;*/
|
||||||
@ -1717,6 +1717,9 @@ tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste
|
|||||||
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
|
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
|
||||||
text-shadow:1px 0px 1px #ffffff;
|
text-shadow:1px 0px 1px #ffffff;
|
||||||
}
|
}
|
||||||
|
div.liste_titre {
|
||||||
|
padding-left: 3px;
|
||||||
|
}
|
||||||
tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
|
tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
|
||||||
{
|
{
|
||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user