fix problem with unclickable first attachment in display popup

This commit is contained in:
Klaus Leithoff 2014-08-26 12:08:40 +00:00
parent eaa7082683
commit b448b7b6be
4 changed files with 8 additions and 4 deletions

View File

@ -549,6 +549,9 @@ div.mail-compose_fileselector {
-moz-opacity:1;
filter: Alpha(opacity=100);
}
#mail-display_mailDisplayBodySrc {
height:100%;
}
#divGenTime_mail {
display: none;
}

View File

@ -48,7 +48,7 @@
</vbox>
<vbox class="mailDisplay">
<box class="$cont[mailDisplayContainerClass]">
<iframe frameborder="1" class="mail_displaybody" id="mailDisplayBodySrc" name="mailDisplayBodySrc" scrolling="auto" width="100%" height="100%"/>
<iframe frameborder="1" class="mail_displaybody" id="mailDisplayBodySrc" name="mailDisplayBodySrc" scrolling="auto" width="100%"/>
</box>
<box class="$cont[mailDisplayAttachmentsClass]">
<!-- <html id="mail_displayattachments"/> -->

View File

@ -739,6 +739,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
*/
/*Border around iframe*/
iframe#mail-display_mailDisplayBodySrc {
height: 99%;
/*border: 4px solid yellow;*/
}
/*Border around iframe*/
@ -2643,7 +2644,7 @@ div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
overflow-y: auto;
border: 0px solid silver;
top: 120px;
bottom: 100px;
bottom: 110px;
}
.mailDisplayHeaders {
overflow: hidden;

View File

@ -47,7 +47,7 @@
/*Border around iframe*/
iframe#mail-display_mailDisplayBodySrc{
height: 99%;
/*border: 4px solid yellow;*/
}
@ -1842,7 +1842,7 @@ div.mailPreviewHeaders div.mail_extraEmails {
overflow-y: auto;
border: 0px solid silver;
top: 120px;
bottom: 100px;
bottom: 110px;
}
.mailDisplayHeaders {