diff options
author | thomascube <thomas@roundcube.net> | 2008-12-06 18:03:57 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-12-06 18:03:57 +0000 |
commit | 9c705b72b8a2f9297d8fa7f3d967e320cfe5bb45 (patch) | |
tree | 2fca01c786a85032f7ff17835afe2248471c8749 | |
parent | 3dc19d5fc8e13612d0f8cd85df391d7f2e232d06 (diff) |
Fix position of the filter box
-rw-r--r-- | skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 4dfc86479..512acf3c7 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -89,7 +89,7 @@ ul.toolbarmenu li a.active:hover { position: absolute; right: 18px; - bottom: 7px; + top: 8px; width: 240px; text-align: right; } |