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

View File

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