From a75629e8e9d7009df295779c7eaf544b05c65b1f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 17 Sep 2018 12:25:49 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/style.css.php | 4 ++-- htdocs/theme/md/style.css.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index e3664554e14..bdfb7818278 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2719,8 +2719,8 @@ table.paddingtopbottomonly tr td { } tr.liste_titre_filter td.liste_titre { /* border-bottom: 1px solid #ddd; */ - padding-top: 2px; - padding-bottom: 2px; + padding-top: 1px; + padding-bottom: 0px; } .liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 049288664a6..d82afefab87 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2685,8 +2685,8 @@ table.paddingtopbottomonly tr td { } tr.liste_titre_filter td.liste_titre { border-bottom: 1px solid #FDFFFF; - padding-top: 2px; - padding-bottom: 2px; + padding-top: 4px; + padding-bottom: 3px; } .liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd { @@ -2718,7 +2718,7 @@ table.liste td, table.noborder td, div.noborder form div { padding: 8px 6px 8px 6px; /* t r b l */ } div.liste_titre_bydiv .divsearchfield { - padding: 2px 1px 2px 0px; /* t r b l */ + padding: 2px 1px 2px 6px; /* t r b l */ } table.nobordernopadding { @@ -4859,7 +4859,7 @@ dl.dropdown { padding:0px; margin-left: 2px; margin-right: 2px; - vertical-align: text-bottom; + vertical-align: middle; display: inline-block; } .dropdown dd, .dropdown dt {