From 010e542fe444f783442a05ce2b4bcae78940640f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 14 Nov 2017 01:15:02 +0100 Subject: [PATCH] CSS --- htdocs/theme/eldy/style.css.php | 3 +++ htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index c57f19d676b..c24caf2f22b 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3009,6 +3009,9 @@ span.dashboardlineko { .boxtablenobottom { border-bottom-width: 0 !important; } +.boxtable .fichehalfright, .boxtable .fichehalfleft { + min-width: 300px; +} .tdboxstats { text-align: center; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 066cf1e7d72..dd568d9ba60 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3103,6 +3103,9 @@ span.dashboardlineko { .boxtablenobottom { border-bottom-width: 0 !important; } +.boxtable .fichehalfright, .boxtable .fichehalfleft { + min-width: 300px; +} .tdboxstats { text-align: center; }