diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-13 17:02:54 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-13 17:02:54 +0200 |
commit | 020bded515d60b8d7592d3d16fa0de67afd0ab3a (patch) | |
tree | cc040e19d4d4ad6849b4daf09e44999026d7e4bc /skins/larry/templates | |
parent | 99e17f6131bf0eb1762ddc13766b41fcd1942a29 (diff) |
Set minimum height for message headers block (#1489108)
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/message.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html index ba8fc0f29..7ac7e5b55 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 --> |