diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-17 23:32:08 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-17 23:32:08 +0200 |
commit | 3bc6ae04ae11a2e84a457a80a3892d6072bcc334 (patch) | |
tree | 47d7770a5d16741053dfdcf1c109961deaae1434 /skins/larry/mail.css | |
parent | b50a6c843d9f69e926998fcc16fac3ed6fd2f737 (diff) |
Adapt classic skin to new extwin feature
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index b819e777b..3ec325b6f 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1174,6 +1174,11 @@ div.message-part blockquote blockquote blockquote { z-index: 100; } +#composebuttons a.button.extwin { + padding: 2px 3px; + margin-top: -3px; +} + .compose-headers { width: 99%; margin: 4px 0; |