diff options
author | alecpl <alec@alec.pl> | 2008-11-13 10:30:06 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-11-13 10:30:06 +0000 |
commit | e538b3dc7d740c5a9213ef352437f249be856d3a (patch) | |
tree | 5ff0bf1bf9b0a336ad5da3e29d11e4e3305f6558 /skins/default/mail.css | |
parent | 6fa87f3fa5579da0935dc6ee29af77aea19ad872 (diff) |
- Added message status filter + fixes for r2046 (searching with SORT)
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 474a77fc3..5189f6d3f 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -4,7 +4,7 @@ #messagetoolbar { position: absolute; - top: 45px; + top: 47px; left: 200px; right: 200px; height: 35px; @@ -24,11 +24,17 @@ color: #333333; } +#messagetoolbar select.searchfilter +{ + position: relative; + bottom: 10px; +} + #messagetoolbar select.mboxlist { position: absolute; left: 375px; - top: 10px; + top: 8px; } #messagetoolbar select.mboxlist option |