diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 34afdf52d09..928700d2f7a 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -20,7 +20,7 @@ /** * \file htdocs/theme/freelug/style.css.php * \brief Fichier de style CSS du theme Freelug - * \version $Id: style.css.php,v 1.42 2011/07/20 19:03:33 eldy Exp $ + * \version $Id: style.css.php,v 1.43 2011/07/28 13:31:58 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1048,9 +1048,9 @@ th { */ .boxtable { --moz-box-shadow: 6px 6px 20px #AAA; --webkit-box-shadow: 6px 6px 20px #AAA; -box-shadow: 6px 6px 20px #AAA; +-moz-box-shadow: 2px 4px 2px #AAA; +-webkit-box-shadow: 2px 4px 2px #AAA; +box-shadow: 2px 4px 2px #AAA; } .box { diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index dd5b38e06ef..74a4705b691 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -20,7 +20,7 @@ /** * \file htdocs/theme/yellow/style.css.php * \brief Fichier de style CSS du theme Yellow - * \version $Id: style.css.php,v 1.44 2011/07/20 19:03:32 eldy Exp $ + * \version $Id: style.css.php,v 1.45 2011/07/28 13:31:58 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1040,9 +1040,9 @@ th { */ .boxtable { --moz-box-shadow: 6px 6px 20px #AAA; --webkit-box-shadow: 6px 6px 20px #AAA; -box-shadow: 6px 6px 20px #AAA; +-moz-box-shadow: 2px 4px 2px #AAA; +-webkit-box-shadow: 2px 4px 2px #AAA; +box-shadow: 2px 4px 2px #AAA; } .box {