Remove extranneous bottom margins on label; fix Safari layout bug.

This margin causes a layout bug in Safari whereby the Inbox and Outbox
pages have a notice form textarea that's too wide, causing it to slide
beneath the "Send" button on those pages. Removing this margin seems to
be completely innocuous in my tests, which covered Safari, Firefox,
Opera, and Internet Explorer 7. Can less be more? :)
This commit is contained in:
Meitar Moscovitz 2009-04-08 15:26:27 -04:00
parent 3d536300aa
commit 7fc90d5c5c
1 changed files with 0 additions and 1 deletions

View File

@ -443,7 +443,6 @@ padding:7px 7px 16px 7px;
display:block;
float:left;
font-size:1.3em;
margin-bottom:7px;
}
#form_notice #notice_submit label {
display:none;