From: Sarven Capadisli Date: Wed, 8 Apr 2009 20:54:37 +0000 (+0000) Subject: Fixes the issue mentioned in commit 7fc90d5. Changed the margin value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=070cd3533c3474dc065c6681befb92dac51f4bf7;p=quix0rs-gnu-social.git Fixes the issue mentioned in commit 7fc90d5. Changed the margin value that's specific to the Inbox/Outbox page only. --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1166ae63b7..8ea2befb4c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -443,6 +443,7 @@ padding:7px 7px 16px 7px; display:block; float:left; font-size:1.3em; +margin-bottom:7px; } #form_notice #notice_submit label { display:none; @@ -471,7 +472,7 @@ bottom:0; right:0; } #form_notice label[for=to] { -margin-top:11px; +margin-top:7px; } #form_notice select[id=to] { margin-bottom:7px;