summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorMeitar Moscovitz <meitarm@gmail.com>2009-04-08 15:26:27 -0400
committerMeitar Moscovitz <meitarm@gmail.com>2009-04-08 15:26:27 -0400
commit7fc90d5c5c96a0304a2a668ed3e13549306b6460 (patch)
treefc58728fe2f4c87da08d63f59ecdafd3cec341b5 /theme
parent3d536300aae76f8e17229f9876b17b61ba09bc3b (diff)
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? :)
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 03b688073..5d0ed9915 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -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;