diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-06 18:03:57 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-06 18:03:57 +0000 |
| commit | c56219f2559e918356fe41a531ea188236cacb68 (patch) | |
| tree | 7851936760e30b5f83b45ad358e1246f24889399 | |
| parent | 63346f0408d8ad4e0b080ab750d47a407704f911 (diff) | |
Fix position of the filter box
git-svn-id: https://svn.roundcube.net/trunk@2125 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 4dfc86479..512acf3c7 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; } |
