mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix problem with unclickable first attachment in display popup
This commit is contained in:
parent
ad001d8eab
commit
01f764404f
@ -549,6 +549,9 @@ div.mail-compose_fileselector {
|
||||
-moz-opacity:1;
|
||||
filter: Alpha(opacity=100);
|
||||
}
|
||||
#mail-display_mailDisplayBodySrc {
|
||||
height:100%;
|
||||
}
|
||||
#divGenTime_mail {
|
||||
display: none;
|
||||
}
|
||||
|
@ -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"/> -->
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user