From 44ca5c748474147dd6492a453decfb2471843e46 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 4 Apr 2009 13:06:01 +0000 Subject: Fixed a bug where the CSS sprites icon holder wasn't floating left in the Move and Copy dropdown lists, which don't really get icons anyway. --- roundcubemail/skins/npk/mail.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roundcubemail/skins/npk/mail.css b/roundcubemail/skins/npk/mail.css index f827681b4..45aa5a568 100644 --- a/roundcubemail/skins/npk/mail.css +++ b/roundcubemail/skins/npk/mail.css @@ -45,7 +45,11 @@ list-style-type: none; margin: 5px 0 5px 0; padding: 0 5px 0 5px; +} +#messagetoolbar ul.move_copy_mboxlist li +{ + margin: 5px 0 5px 0; } #messagetoolbar ul.move_copy_mboxlist a @@ -436,6 +440,14 @@ td.formlinks a:visited float: left; } +.move_copy_mboxlist div.icon-holder { + position: static; + height: 16px; + width: 16px; + overflow: hidden; + float: left; +} + div.icon-holder { position: static; height: 16px; -- cgit v1.2.3