summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-06-13 17:02:54 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-06-13 17:09:27 +0200
commit63049afbfe457d9b1dd709e7d8b108218c5ea3f2 (patch)
treef00324b82677a40e7469742f29527fc4658ad624 /skins/larry/mail.css
parent36d5e8a7c3296ba8ab84673324bf8c1b80a9d57d (diff)
Set minimum height for message headers block (#1489108)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index b98a89c8b..48dcb6c99 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -913,6 +913,10 @@ div.hide-headers {
border-radius: 3px;
}
+#messageheader .message-headers {
+ min-height: 60px;
+}
+
#messageheader #contactphoto {
display: block;
position: absolute;