diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 13:06:01 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 13:06:01 +0000 |
| commit | 44ca5c748474147dd6492a453decfb2471843e46 (patch) | |
| tree | e537a21a6ccec51a9ecc445658415298c0155d21 | |
| parent | f514efbd491263236e1640348bbc91a20b26c6e6 (diff) | |
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.
| -rw-r--r-- | roundcubemail/skins/npk/mail.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |
