Styling on submit buttons.

This commit is contained in:
Maxime Delorme 2007-05-05 11:38:12 +12:00 committed by Andrew McMillan
parent 231f5be13b
commit 9b6b554c72

View File

@ -221,3 +221,22 @@ background-color: white;
color: #009;
border-bottom:1px solid white;
}
.fsubmit {
background-color: white;
font-weight: bold;
border:1px solid #009;
height:20px;
width:90%;
background-color: #DEF;
-moz-border-radius: 2em;
text-decoration:none;
color:black;
padding:0 20px;
margin:0 20px;
}
.fsubmit:hover {
border:2px outset #009;
}
.fsubmit:active {
border:2px inset #009;
}