diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php index 06d41e8031f..c6daff2068b 100644 --- a/htdocs/projet/list.php +++ b/htdocs/projet/list.php @@ -537,7 +537,7 @@ $selectedfields=$form->multiSelectArrayWithCheckbox('selectedfields', $arrayfiel if ($massactionbutton) $selectedfields.=$form->showCheckAddButtons('checkforselect', 1); print '
'; -print ''."\n"; +print '
'."\n"; print ''; // Project ref diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 9952b103dae..9f51aacacef 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -2548,11 +2548,16 @@ table.liste, table.noborder, table.formdoc, div.noborder { border-top-color: rgb(); border-top-style: solid; */ + /*border-bottom-width: 1px; + border-bottom-color: rgb(); + border-bottom-style: solid;*/ + + margin: 0px 0px 5px 0px; +} +table.liste tr:last-of-type td, table.noborder tr:last-of-type td, table.formdoc tr:last-of-type td, div.noborder tr:last-of-type td { border-bottom-width: 1px; border-bottom-color: rgb(); border-bottom-style: solid; - - margin: 0px 0px 5px 0px; } div.tabBar div.ficheaddleft table.noborder:last-of-type { border-bottom: 1px solid rgb(); @@ -2882,8 +2887,9 @@ form.tagtr:last-of-type div.tagtd, tr.pair:last-of-type td, tr.impair:last-of-ty tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td { border-bottom: 0px !important; } -tr.nobottom td, tr.nobottom , td.nobottom { - border-bottom: 0px !important; +table.nobottomiftotal tr.liste_total td { + background-color: #fff; + border-bottom: 0px !important; } div.liste_titre .tagtd { vertical-align: middle; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index c7c8d860925..6c94cb5f0f7 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3065,9 +3065,12 @@ tr.pair:last-of-type td, tr.impair:last-of-type td { tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td { border-bottom: 0px !important; } -tr.nobottom td, tr.nobottom , td.nobottom { - border-bottom: 0px !important; +/* +table.nobottomiftotal tr.liste_total td { + background-color: #fff; + border-bottom: 0px !important; } +*/ div.liste_titre .tagtd { vertical-align: middle; }