From eaa9a9f5e4c0335c983852d6aa919e5f3545383c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 5 Apr 2005 08:44:23 +0000 Subject: [PATCH] Modif norme de nommage des boutons --- htdocs/theme/eldy/eldy.css | 78 ++++++++++++++++++++++++++++++++------ 1 file changed, 67 insertions(+), 11 deletions(-) diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 3e6f19d280e..081d6fac530 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -392,7 +392,74 @@ a.tabimage { /* * Boutons actions + * Nouvelle syntaxe à utiliser */ + +a.butAction:link { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butAction:visited { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butAction:active { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butAction:hover { font: helvetica, verdana, arial, sans-serif; + background: #dee7ec; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butActionRefuse { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid red; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butActionRefuse:hover { background: #dee7ec; } + + +a.butActionDelete { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid red; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butActionDelete:hover { background: #FFe7ec; } + +/* +* Historique +*/ + + + a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; @@ -429,17 +496,6 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.tabActionRefuse { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid red; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.tabActionRefuse:hover { background: #dee7ec; } -