From e01476e10b5b5e4a4b813d8077ea0f4abeed2d4d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 May 2019 13:03:18 +0200 Subject: [PATCH] CSS --- htdocs/index.php | 2 +- htdocs/theme/eldy/global.inc.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index ce59ad4f476..1faa29665ce 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -563,7 +563,7 @@ $boxwork.=''."\n"; $nbworkboardempty=0; if (! empty($valid_dashboardlines)) { - $boxwork.='
'; + $boxwork.='
'; foreach($valid_dashboardlines as $board) { diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 012346ede0b..18ca2e4f100 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -2959,6 +2959,9 @@ form.pair, form.impair { form.tagtr:last-of-type div.tagtd, tr.pair:last-of-type td, tr.impair:last-of-type td { border-bottom: 0px !important; } +tr.nobottom td { + border-bottom: 0px !important; +} div.tableforcontact form.tagtr:last-of-type div.tagtd { border-bottom: 1px solid #ddd !important; }