diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index cf96a55a2a8..f6fdadeb6da 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -244,7 +244,7 @@ class Form $langs_available=$langs->get_available_languages(); - print ''; $num = count($langs_available); $i = 0; if ($num) diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index eacfe8984bb..2e2735ac8b3 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -459,6 +459,11 @@ a.butActionDelete { font: helvetica, verdana, arial, sans-serif; a.butActionDelete:hover { background: #FFe7ec; } +a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + /* * Historique @@ -549,22 +554,22 @@ border-bottom: 1px solid #000000; border-left: 1px solid #000000; } -tr.pair { +.pair { background: #e6ebed; font: helvetica, verdana, arial, sans-serif; } /* -tr.pair:hover { +.pair:hover { background: #c0c4c7; } */ -tr.impair { +.impair { background: #d0d4d7; font: helvetica, verdana, arial, sans-serif; } /* -tr.impair:hover { +.impair:hover { background: #c0c4c7; } */