summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-14 09:35:22 +0000
committerthomascube <thomas@roundcube.net>2011-12-14 09:35:22 +0000
commit28e18c75ef693740edc05e7474cf52452cc76157 (patch)
tree228a2a67f3743c7f51dc48eb83bfac6840594595 /skins/larry/mail.css
parent0ea1f1e4ef4d45e89874f99d48a928ac4252ccb0 (diff)
More CSS styling for Larry
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 15046d2a3..34fe36b38 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -679,12 +679,21 @@ h2.subject {
font-weight: bold;
}
+.headers-table td.header span {
+ white-space: nowrap;
+}
+
.rcmaddcontact {
position: relative;
top: 1px;
margin-left: 0.5em;
}
+.rcmaddcontact imp {
+ width: 20px;
+ height: 13px;
+}
+
#messageheader #countcontrols {
position: absolute;
top: 8px;
@@ -750,7 +759,7 @@ h2.subject {
div.message-part,
div.message-htmlpart {
- padding: 10px 8px;
+ padding: 10px 2px;
border-top: 1px solid #ccc;
}