mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
CSS
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user