Modif norme de nommage des boutons

This commit is contained in:
Rodolphe Quiedeville 2005-04-05 08:44:23 +00:00
parent 4fadabb52e
commit eaa9a9f5e4

View File

@ -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; }