diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-08 20:54:37 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-08 20:54:37 +0000 |
commit | 070cd3533c3474dc065c6681befb92dac51f4bf7 (patch) | |
tree | 28fec1b04a7420c6479e974c27a794d340f9b53c /theme | |
parent | 420c94e7d30745eabe18397a404f284e18bf6588 (diff) |
Fixes the issue mentioned in commit 7fc90d5. Changed the margin value
that's specific to the Inbox/Outbox page only.
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1166ae63b..8ea2befb4 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; |