]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove extranneous bottom margins on label; fix Safari layout bug.
authorMeitar Moscovitz <meitarm@gmail.com>
Wed, 8 Apr 2009 19:26:27 +0000 (15:26 -0400)
committerMeitar Moscovitz <meitarm@gmail.com>
Wed, 8 Apr 2009 19:26:27 +0000 (15:26 -0400)
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? :)

theme/base/css/display.css

index 03b6880737c0b09d2eb58096e22cbc64f05adfda..5d0ed99151c6e20d4355c5d31a4cce3eb1cf1d56 100644 (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;