diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 1aaf3400d89b1..ab1d8d5b3f0d9 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.99 2011/08/16 16:39:13 eldy Exp $ + * \version $Id: style.css.php,v 1.100 2011/08/16 17:59:46 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1970,7 +1970,6 @@ border: 0px solid #FF0000 !important; } span.cke_skin_kama { padding: 0 ! important; } - a.cke_dialog_ui_button { font-family: !important; @@ -1986,6 +1985,10 @@ -webkit-box-shadow: 4px 4px 4px #CCC !important; box-shadow: 4px 4px 4px #CCC !important; } +.cke_dialog_ui_hbox_last +{ + vertical-align: bottom ! important; +} /* ============================================================================== */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index c808cd899f76f..6d2b360c50894 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.106 2011/08/16 16:39:13 eldy Exp $ + * \version $Id: style.css.php,v 1.107 2011/08/16 17:59:46 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -2004,7 +2004,6 @@ } span.cke_skin_kama { padding: 0 !important; } .cke_wrapper { padding: 4px !important; } - a.cke_dialog_ui_button { font-family: !important; @@ -2020,6 +2019,10 @@ -webkit-box-shadow: 4px 4px 4px #CCC !important; box-shadow: 4px 4px 4px #CCC !important; } +.cke_dialog_ui_hbox_last +{ + vertical-align: bottom ! important; +} /* ============================================================================== */