Fix style

This commit is contained in:
Laurent Destailleur 2011-05-24 20:19:56 +00:00
parent 670c74ecd6
commit ee7e13e4a1
3 changed files with 9 additions and 2 deletions

View File

@ -976,11 +976,11 @@ span.tabspan {
}
.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
border: 1px solid #997777;
border: 1px solid #997777;
}
.butActionDelete:hover {
background: #FFe7ec;
background: #FFe7ec;
}
.butActionRefused {

View File

@ -811,6 +811,10 @@ a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif;
text-decoration: none;
white-space: nowrap; }
span.butAction, span.butActionDelete {
cursor: pointer;
}
/* ============================================================================== */
/* Tables */

View File

@ -786,6 +786,9 @@ a.butActionDelete:active { font-family: helvetica, verdana, arial, sans-serif;
a.butActionDelete:visited { font-family: 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-family: 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; }
span.butAction, span.butActionDelete {
cursor: pointer;
}
/* ============================================================================== */