This commit is contained in:
Laurent Destailleur 2019-05-22 11:48:31 +02:00
parent 5707aff7c4
commit 4d8aba6963
2 changed files with 9 additions and 0 deletions

View File

@ -1172,6 +1172,9 @@ div.secondcolumn div.box {
width: auto;
padding-bottom: 6px;
}
div.fichetwothirdright div.ficheaddleft {
padding-left: 0;
}
div.fichehalfleft {
float: none;
width: auto;

View File

@ -1361,6 +1361,9 @@ div.fichetwothirdright {
<?php if ($conf->browser->layout != 'phone') { print "width: 50%;\n"; } ?>
<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px\n"; } ?>
}
div.fichetwothirdright div.ficheaddleft {
padding-left: 20px;
}
div.fichehalfleft {
<?php if ($conf->browser->layout != 'phone') { print "float: ".$left.";\n"; } ?>
<?php if ($conf->browser->layout != 'phone') { print "width: calc(50% - 10px);\n"; } ?>
@ -1404,6 +1407,9 @@ div.secondcolumn div.box {
width: auto;
padding-bottom: 6px;
}
div.fichetwothirdright div.ficheaddleft {
padding-left: 0;
}
div.fichehalfleft {
float: none;
width: auto;