Fix CSS for RTL languages
This commit is contained in:
parent
ea19ab96c3
commit
60f394a53c
@ -1297,7 +1297,7 @@ div.fichetwothirdright {
|
|||||||
<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px\n"; } ?>
|
<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px\n"; } ?>
|
||||||
}
|
}
|
||||||
div.fichetwothirdright div.ficheaddleft {
|
div.fichetwothirdright div.ficheaddleft {
|
||||||
padding-left: 20px;
|
padding-<?php echo $left; ?>: 20px;
|
||||||
}
|
}
|
||||||
div.fichehalfleft {
|
div.fichehalfleft {
|
||||||
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>
|
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user