mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix mail preview content frame sometimes gets short height because of repeated id
This commit is contained in:
parent
93c9932fc7
commit
9294ab81db
@ -556,13 +556,6 @@ et2-details.attachments::part(summary){
|
||||
#mail-index_toolbar > #toolbar-actionlist {
|
||||
width:auto;
|
||||
}
|
||||
#mail-index_mailPreviewContainer {
|
||||
position: absolute;
|
||||
top: 9em;
|
||||
bottom: 0;
|
||||
left: 0px;
|
||||
right: 5px;
|
||||
}
|
||||
#mail-index_previewAttachmentArea {
|
||||
background-color:#f0f0f0;
|
||||
max-height: 3.6em;
|
||||
@ -1027,7 +1020,7 @@ div#mail-index_nm.splitter-pane {min-height: 100px;}
|
||||
#calendar-meeting table.et2_grid.meetingRequest td {
|
||||
padding-left: 8px !important;
|
||||
}
|
||||
#mail-index_mailPreview_mailPreviewContainer {
|
||||
#mail-index_mailPreviewContainer {
|
||||
height: calc(100% - 13em);
|
||||
border-top: 1px solid silver;
|
||||
margin-bottom: 0;
|
||||
|
@ -10,7 +10,7 @@
|
||||
</template>
|
||||
<template id="mail.index.preview">
|
||||
<toolbar id="toolbar" list_header="short"/>
|
||||
<grid id="mailPreview" width="100%" height="100%" >
|
||||
<grid id="mailPreview" width="100%">
|
||||
<columns>
|
||||
<column/>
|
||||
</columns>
|
||||
@ -108,13 +108,14 @@
|
||||
|
||||
</hbox>
|
||||
|
||||
<box id="mailPreviewContainer">
|
||||
<iframe frameborder="1" id="messageIFRAME" scrolling="auto"/>
|
||||
</box>
|
||||
|
||||
</vbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<box id="mailPreviewContainer">
|
||||
<iframe frameborder="1" id="messageIFRAME" scrolling="auto"/>
|
||||
</box>
|
||||
</template>
|
||||
<template id="mail.index.nosplitter" template="" lang="" group="0" version="1.9.001">
|
||||
<nextmatch id="nm" onselect="app.mail.mail_preview" template="mail.index.rows.horizental" header_left="mail.index.add"
|
||||
|
Loading…
Reference in New Issue
Block a user