Ajout css pour le bouton de suppression

This commit is contained in:
Rodolphe Quiedeville 2004-12-16 11:03:10 +00:00
parent a5d55815ea
commit 644d1ee89e

View File

@ -349,22 +349,86 @@ a.tab:hover {
text-decoration: none;
}
a.tabimage {
color: #436976;
text-decoration: none;
white-space: nowrap;
a.tabimage {
color: #436976;
text-decoration: none;
white-space: nowrap;
}
/*
* Case actions
*/
a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.tabAction:link { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.tabAction:visited { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.tabAction:active { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976; padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
background: #dee7ec;
border: 1px solid #8CACBB;
color: #436976;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #FF0000;
color: #436976;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #FF0000;
color: #436976;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #FF0000;
color: #436976;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
background: #FFe7ec;
border: 1px solid #FF0000;
color: #436976;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
/*
* Tables
*/