Fix CSS for RTL languages

This commit is contained in:
Laurent Destailleur 2020-02-21 17:07:22 +01:00
parent ea19ab96c3
commit 60f394a53c

View File

@ -1297,7 +1297,7 @@ div.fichetwothirdright {
<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px\n"; } ?>
}
div.fichetwothirdright div.ficheaddleft {
padding-left: 20px;
padding-<?php echo $left; ?>: 20px;
}
div.fichehalfleft {
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>