summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 7311b04f7..0a90549c1 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1066,14 +1066,13 @@ div.hide-headers {
margin: 8px;
}
-#message-objects div.notice,
-#message-buttons div.notice {
+#message-objects div.notice {
display: block;
color: #960;
border: 1px solid #ffdf0e;
background-color: #fef893;
background-position: 5px -83px;
- padding: 6px 12px 4px 30px;
+ padding: 8px 12px 8px 30px;
white-space: normal;
}
@@ -1082,6 +1081,10 @@ div.hide-headers {
margin-left: 10px;
}
+#message-objects div a.button {
+ display: inline;
+}
+
div.message-part,
div.message-htmlpart,
div.message-partheaders {