This commit is contained in:
Laurent Destailleur 2021-03-08 16:28:39 +01:00
parent 24a0700426
commit f3486e49fa

View File

@ -1829,7 +1829,7 @@ div.fichehalfleft {
print "float: ".$left.";\n"; print "float: ".$left.";\n";
} ?> } ?>
<?php if ($conf->browser->layout != 'phone') { <?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 10px);\n"; print "width: calc(50% - 14px);\n";
} ?> } ?>
} }
div.fichehalfright { div.fichehalfright {
@ -1837,7 +1837,7 @@ div.fichehalfright {
print "float: ".$right.";\n"; print "float: ".$right.";\n";
} ?> } ?>
<?php if ($conf->browser->layout != 'phone') { <?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 10px);\n"; print "width: calc(50% - 14px);\n";
} ?> } ?>
} }
div.fichehalfright { div.fichehalfright {