diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-21 18:11:46 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-21 18:11:46 +0000 |
| commit | 25d8ceffc5bd46d0d63e056fdc5db089279bee1f (patch) | |
| tree | efa086e8edc3a0bb883271c71077eb1ca7083453 | |
| parent | d183ffd0c73e2058ca9a41e32d04fc568b6eeee4 (diff) | |
- Fix #listmenu after popupmenu change in r4775
git-svn-id: https://svn.roundcube.net/trunk@4800 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index a96dd48d5..939ed3deb 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -954,6 +954,11 @@ body.messagelist clear: both; } +#listmenu .toolbarmenu li input +{ + float: none; +} + /***** tree indicators *****/ td span.branch div |
