From 020bded515d60b8d7592d3d16fa0de67afd0ab3a Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 13 Jun 2013 11:02:54 -0400
Subject: [PATCH] Set minimum height for message headers block (#1489108)

---
 skins/larry/templates/message.html |    2 ++
 skins/larry/mail.css               |    6 +++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 348a0e8..fe9e56e 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -2,7 +2,7 @@
  * Roundcube webmail styles for the Email section
  *
  * Copyright (c) 2012, The Roundcube Dev Team
- * Screendesign by FLINT / B�ro f�r Gestaltung, bueroflint.com
+ * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
  *
  * The contents are subject to the Creative Commons Attribution-ShareAlike
  * License. It is allowed to copy, distribute, transmit and to adapt the work
@@ -935,6 +935,10 @@
 	border-radius: 3px;
 }
 
+#messageheader .message-headers {
+	min-height: 60px;
+}
+
 #messageheader #contactphoto {
 	display: block;
 	position: absolute;
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html
index ba8fc0f..7ac7e5b 100644
--- a/skins/larry/templates/message.html
+++ b/skins/larry/templates/message.html
@@ -44,7 +44,9 @@
 <span class="moreheaderstoggle"></span>
 
 <h2 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h2>
+<div class="message-headers">
 <roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject" max="20" />
+</div>
 <roundcube:object name="messageFullHeaders" id="full-headers" />
 
 <!-- record navigation -->

--
Gitblit v1.9.1