From c5b191d590c55238058cfefa2ef7606a76878251 Mon Sep 17 00:00:00 2001 From: jfefe <jfefe@aternatik.fr> Date: Sat, 18 Apr 2015 18:57:13 +0200 Subject: [PATCH] Adjust CSS properties for tables --- htdocs/theme/eldy/style.css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 6f17f10113a..bebb6218001 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1778,11 +1778,11 @@ table.noborder tr, div.noborder form { border-left-width: 1px; border-left-color: #BBBBBB; border-left-style: solid; - height: 26px; + min-height: 20px; } table.noborder th, table.noborder td, div.noborder form, div.noborder form div { - padding: 1px 2px 1px 3px; /* t r b l */ + padding: 5px 2px 5px 3px; /* t r b l */ } table.nobordernopadding { @@ -1917,7 +1917,7 @@ table.liste td { background-color: #f9f9f9; } tr.pair td, tr.impair td { - padding: 2px; + padding: 5px 2px; border-bottom: 1px solid #ddd; } div.liste_titre .tagtd { -- GitLab