input changes

darcs-hash:20080918152124-5ed1f-6792db4298b9edae8ce4607467cdbcae9faaa4f8.gz
This commit is contained in:
Evan Prodromou 2008-09-18 11:21:24 -04:00
parent 0cb5cde157
commit 273a3b22bd
1 changed files with 9 additions and 8 deletions

View File

@ -666,14 +666,6 @@ form#favor, form.favor {
float: right;
}
form.favor:hover {
background-color: #F3F8EA;
}
form.disfavor:hover {
background-color: #F3F8EA;
}
input#favor, input.favor {
display: inline;
color: #C15D42;
@ -682,6 +674,15 @@ input#favor, input.favor {
border: 0;
width: auto;
}
input.favor:hover {
background-color: #F3F8EA;
}
input.disfavor:hover {
background-color: #F3F8EA;
}
/* ----- direct message ----- */
#message_form {