From 4d8aba69636df4603a93fbbed2d4b605cc664f50 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 May 2019 11:48:31 +0200 Subject: [PATCH] Fix CSS --- htdocs/theme/eldy/global.inc.php | 3 +++ htdocs/theme/md/style.css.php | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index a0687454ab9..95eb542d2a1 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -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; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index a8efdc3f3f3..754bc6bd159 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1361,6 +1361,9 @@ div.fichetwothirdright { browser->layout != 'phone') { print "width: 50%;\n"; } ?> browser->layout == 'phone') { print "padding-bottom: 6px\n"; } ?> } +div.fichetwothirdright div.ficheaddleft { + padding-left: 20px; +} div.fichehalfleft { browser->layout != 'phone') { print "float: ".$left.";\n"; } ?> 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;