css
This commit is contained in:
parent
6e01f1702e
commit
69ea6c5b7a
@ -1987,7 +1987,7 @@ div.fichehalfleft {
|
||||
print "float: ".$left.";\n";
|
||||
} ?>
|
||||
<?php if ($conf->browser->layout != 'phone') {
|
||||
print "width: calc(50% - 10px);\n";
|
||||
print "width: calc(50% - 14px);\n";
|
||||
} ?>
|
||||
}
|
||||
div.fichehalfright {
|
||||
@ -1995,7 +1995,7 @@ div.fichehalfright {
|
||||
print "float: ".$right.";\n";
|
||||
} ?>
|
||||
<?php if ($conf->browser->layout != 'phone') {
|
||||
print "width: calc(50% - 10px);\n";
|
||||
print "width: calc(50% - 14px);\n";
|
||||
} ?>
|
||||
}
|
||||
div.fichehalfright {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user