Fix: Style butActionRefused incomplet

This commit is contained in:
Laurent Destailleur 2007-12-14 10:34:01 +00:00
parent 2e0aa86101
commit 78c862eec6

View File

@ -668,7 +668,7 @@ a.butAction:hover {
text-decoration: none;
white-space: nowrap; }
a.butActionRefuse {
a.butActionRefused {
font-weight: bold;
background: white;
border: 1px solid red;
@ -676,12 +676,9 @@ a.butActionRefuse {
padding: 0em 0.7em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.butActionRefuse:hover {
font-weight: bold;
background: #dee7ec; }
white-space: nowrap;
cursor: not-allowed;
}
a.butActionDelete {
font-weight: bold;