diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-29 21:13:54 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-29 21:13:54 +0100 |
commit | cfc84e984f253c9ed75aa7260419a6032dff5123 (patch) | |
tree | f0d32af8aa1604b6875c18a180eac9420f226474 /skins/larry | |
parent | ed7b1f01dea56ff01e9cb4cf48c38c81c75cbbe0 (diff) |
Fix the small CSS fix
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 0a90549c1..0ceb35a2c 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1072,17 +1072,14 @@ div.hide-headers { border: 1px solid #ffdf0e; background-color: #fef893; background-position: 5px -83px; - padding: 8px 12px 8px 30px; + padding: 6px 12px 6px 30px; white-space: normal; } #message-objects div a.button, #messagebody span.part-notice a.button { margin-left: 10px; -} - -#message-objects div a.button { - display: inline; + margin-top: -1px; } div.message-part, |