From 58573632aba90c1f594edfbc0cbd5fe917cc4f10 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Aug 2019 06:00:33 +0200 Subject: [PATCH] Fix css --- htdocs/theme/eldy/global.inc.php | 5 +++++ htdocs/theme/md/style.css.php | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index abff6a60a44..7638b083a97 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -5586,6 +5586,11 @@ div.tabsElem a.tab { border-right: none; border-left: none; } + + .box-flex-container { + margin: 0 0 0 -8px !important; + } + } @media only screen and (max-width: 1024px) diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4329bedde81..4787166e482 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -5570,6 +5570,10 @@ border-top-right-radius: 6px; border-left: none; } + .box-flex-container { + margin: 0 0 0 -8px !important; + } + } @media only screen and (max-width: 1024px)