This commit is contained in:
Laurent Destailleur
2024-06-06 02:43:11 +02:00
parent 25141de6e1
commit 0fc4970d43
2 changed files with 8 additions and 8 deletions

View File

@@ -2407,7 +2407,7 @@ div.fichethirdleft {
print "float: ".$left.";\n";
} ?>
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 14px);\n";
print "width: calc(50% - 16px);\n";
} ?>
<?php if ($conf->browser->layout == 'phone') {
print "padding-bottom: 6px;\n";
@@ -2418,7 +2418,7 @@ div.fichetwothirdright {
print "float: ".$right.";\n";
} ?>
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 14px);\n";
print "width: calc(50% - 16px);\n";
} ?>
<?php if ($conf->browser->layout == 'phone') {
print "padding-bottom: 6px\n";
@@ -2429,7 +2429,7 @@ div.fichehalfleft {
print "float: ".$left.";\n";
} ?>
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 14px);\n";
print "width: calc(50% - 16px);\n";
} ?>
}
div.fichehalfright {
@@ -2437,7 +2437,7 @@ div.fichehalfright {
print "float: ".$right.";\n";
} ?>
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 14px);\n";
print "width: calc(50% - 16px);\n";
} ?>
}
div.fichehalfright {

View File

@@ -2530,7 +2530,7 @@ div.fichethirdleft {
print "float: ".$left.";\n";
} ?>
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 14px);\n";
print "width: calc(50% - 16px);\n";
} ?>
<?php if ($conf->browser->layout == 'phone') {
print "padding-bottom: 6px;\n";
@@ -2541,7 +2541,7 @@ div.fichetwothirdright {
print "float: ".$right.";\n";
} ?>
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 14px);\n";
print "width: calc(50% - 16px);\n";
} ?>
<?php if ($conf->browser->layout == 'phone') {
print "padding-bottom: 6px\n";
@@ -2552,7 +2552,7 @@ div.fichehalfleft {
print "float: ".$left.";\n";
} ?>
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 14px);\n";
print "width: calc(50% - 16px);\n";
} ?>
}
div.fichehalfright {
@@ -2560,7 +2560,7 @@ div.fichehalfright {
print "float: ".$right.";\n";
} ?>
<?php if ($conf->browser->layout != 'phone') {
print "width: calc(50% - 14px);\n";
print "width: calc(50% - 16px);\n";
} ?>
}
div.fichehalfright {