From e07f65721ab5f03e3bdf169739d1bce1b844ef35 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Tue, 6 Sep 2016 00:58:37 +0200 Subject: [PATCH] Fix css --- htdocs/theme/md/style.css.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 122ae08244b..73a02139e5a 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2244,11 +2244,12 @@ table.liste, table.noborder, table.formdoc, div.noborder { -webkit-border-radius: 0.1em; border-radius: 0.1em; } +/* #tablelines tr.liste_titre:first-child td, form.formnoborder, tr.liste_titre.trnoborder td { border-top-width: 1px; border-top-color: rgb(<?php echo $colortopbordertitle1 ?>); border-top-style: solid; -} +}*/ table.noborder tr, div.noborder form { border-top-color: #FEFEFE; @@ -2261,6 +2262,12 @@ table.noborder tr, div.noborder form { border-left-style: solid; min-height: 26px; } +.liste_titre_add td, .liste_titre_add .tagtd +{ + border-top-width: 1px; + border-top-color: rgb(<?php echo $colortopbordertitle1 ?>); + border-top-style: solid; +} table.liste th, table.noborder th, table.noborder tr.liste_titre td { padding: 8px 2px 8px 3px; /* t r b l */ -- GitLab