Removed the "sun", process and checkmark icons from Nudge

darcs-hash:20081208053011-eefa4-aa5f115efa26653f1cd56101637cee40eedb27e7.gz
This commit is contained in:
csarven 2008-12-08 00:30:11 -05:00
parent 7d2f88f935
commit 5bf6d8073b
1 changed files with 4 additions and 7 deletions

View File

@ -219,10 +219,9 @@ clear:both;
}
#profile_actions #profile_nudge input.submit {
margin:0;
margin:0 0 0 -3px;
padding:0;
padding-left:17px;
background:transparent url(icon_emote-wink.png) 0 1px no-repeat;
background-color:transparent;
color:#C15D42;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal;
@ -237,14 +236,12 @@ color:#C15D42;
}
#wrap #content input.processing {
padding-left:17px;
background:transparent url(icon_process-working.gif) 0 1px no-repeat;
background-color:transparent;
line-height:18px;
}
#wrap p#nudge_response {
padding-left:20px;
background:transparent url(icon_checkmark.gif) 0 1px no-repeat;
background-color:transparent;
line-height:18px;
font-size:14px;
}