diff options
author | thomascube <thomas@roundcube.net> | 2008-12-06 17:59:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-12-06 17:59:26 +0000 |
commit | 3dc19d5fc8e13612d0f8cd85df391d7f2e232d06 (patch) | |
tree | 2575e7b8accd7dd181011271fbc7a37d1d92ccfb /skins/default/mail.css | |
parent | d5fca0c4902d0c9a7427e6028ddbbc8bb337859e (diff) |
Move search filter drop-down closed to search box
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 2f98c8b81..4dfc86479 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -24,12 +24,6 @@ color: #333333; } -#messagetoolbar select.searchfilter -{ - position: relative; - bottom: 10px; -} - #messagetoolbar select.mboxlist { position: absolute; @@ -91,6 +85,20 @@ ul.toolbarmenu li a.active:hover background-color: #ddd; } +#searchfilter +{ + position: absolute; + right: 18px; + bottom: 7px; + width: 240px; + text-align: right; +} + +#searchfilter label +{ + font-size: 11px; +} + #listcontrols a, #listcontrols a:active, #listcontrols a:visited, |