From 5ffd09fd98ebd986361ff54e9b75313d146e1b75 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Aug 2011 15:19:28 +0000 Subject: [PATCH] Fix: Try to have larger border to avoid having scroll bars appears when there is shadow --- htdocs/theme/auguria/style.css.php | 8 ++++---- htdocs/theme/eldy/style.css.php | 13 ++++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index edb62d728d5..ae860e11e08 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -20,7 +20,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.92 2011/07/31 23:22:04 eldy Exp $ + * \version $Id: style.css.php,v 1.93 2011/08/08 15:19:28 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -194,8 +194,8 @@ td.vmenu { } div.fiche { - margin-: 4px; - margin-: 4px; + margin-: 10px; + margin-: 6px; } /* ============================================================================== */ @@ -1026,7 +1026,7 @@ border-collapse: collapse; border: 0px; padding-top: 0px; padding-: 0px; -padding-: 4px; +padding-: 10px; padding-bottom: 4px; margin: 0px 0px; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index d47a4791ecd..06adbce08dd 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.94 2011/08/07 22:58:48 eldy Exp $ + * \version $Id: style.css.php,v 1.95 2011/08/08 15:19:28 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -93,6 +93,9 @@ input { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } +input:focus, textarea:focus, button:focus { + box-shadow: 0 0 4px #8091BF; +} input.flat { font-size: px; font-family: ; @@ -197,8 +200,8 @@ td.vmenu { } div.fiche { - margin-: 6px; - margin-: 5px; + margin-: 10px; + margin-: 6px; } /* ============================================================================== */ @@ -1012,7 +1015,7 @@ border-collapse: collapse; border: 0px; padding-top: 0px; padding-: 0px; -padding-: 4px; +padding-: 8px; padding-bottom: 4px; margin: 0px 0px; } @@ -1282,7 +1285,7 @@ div.error { color: #550000; font-weight: bold; padding: 0.2em 0.2em 0.2em 0.2em; margin: 0.5em 0em 0.5em 0em; - border: 1px solid #8C9CAB; + border: 1px solid #DC9CAB; -moz-border-radius:6px; -webkit-border-radius: 6px; border-radius: 6px;