From eaecb9da5e31e84cd5f8a522f33c205fc33d2664 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Jan 2018 20:33:09 +0100 Subject: [PATCH] CSS --- htdocs/theme/eldy/style.css.php | 19 +++++++++---------- htdocs/theme/md/style.css.php | 19 +++++++++---------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 897149def5b..86f92e58066 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3323,20 +3323,19 @@ div#card-errors { /* ============================================================================== */ table.valid { - border-top: solid 1px #E6E6E6; - border-: solid 1px #E6E6E6; - border-: solid 1px #444444; - border-bottom: solid 1px #555555; - padding-top: 0px; - padding-left: 0px; - padding-right: 0px; - padding-bottom: 0px; + /* border-top: solid 1px #E6E6E6; */ + border-: solid 5px #f2cf87; + /* border-: solid 1px #444444; + border-bottom: solid 1px #555555; */ + padding-top: 8px; + padding-left: 10px; + padding-right: 4px; + padding-bottom: 4px; margin: 0px 0px; - background: #D5BAA8; + background: #fcf8e3; } .validtitre { - background: #D5BAA8; font-weight: bold; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 183efa2c828..c4fab72464b 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3378,20 +3378,19 @@ div#card-errors { /* ============================================================================== */ table.valid { - border-top: solid 1px #E6E6E6; - border-: solid 1px #E6E6E6; - border-: solid 1px #444444; - border-bottom: solid 1px #555555; - padding-top: 0px; - padding-left: 0px; - padding-right: 0px; - padding-bottom: 0px; + /* border-top: solid 1px #E6E6E6; */ + border-: solid 5px #f2cf87; + /* border-: solid 1px #444444; + border-bottom: solid 1px #555555; */ + padding-top: 8px; + padding-left: 10px; + padding-right: 4px; + padding-bottom: 4px; margin: 0px 0px; - background: #D5BAA8; + background: #fcf8e3; } .validtitre { - background: #D5BAA8; font-weight: bold; }