Ajout une classe pour les boutons Refuse

This commit is contained in:
Rodolphe Quiedeville 2005-04-05 08:39:02 +00:00
parent c4aaffbbf5
commit 4fadabb52e

View File

@ -429,6 +429,21 @@ 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; }
a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #997777;