This commit is contained in:
Laurent Destailleur 2021-11-08 18:49:30 +01:00
parent 6e01f1702e
commit 69ea6c5b7a

View File

@ -1987,7 +1987,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 {
@ -1995,7 +1995,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 {