forked from extern/egroupware
More styling for mail preview
This commit is contained in:
parent
84a58ec6ae
commit
553c318529
@ -1069,6 +1069,7 @@ div#mail-index_nm.splitter-pane {min-height: 100px;}
|
|||||||
max-width: 4em;
|
max-width: 4em;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
min-width: 4em;
|
min-width: 4em;
|
||||||
|
color: darkgrey;
|
||||||
}
|
}
|
||||||
.mailPreviewHeaders et2-select-email::part(control) {
|
.mailPreviewHeaders et2-select-email::part(control) {
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
onclick="app.mail.onclickCompose"></et2-select-email>
|
onclick="app.mail.onclickCompose"></et2-select-email>
|
||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
</et2-vbox>
|
</et2-vbox>
|
||||||
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" hoist="true" class="attachments" disabled="!@attachmentsBlock">
|
<et2-details overlaySummaryOnOpen="true" toggleAlign="left" toggleOnHover="true" hoist="true" class="attachments" disabled="!@attachmentsBlock">
|
||||||
<et2-hbox slot="summary">
|
<et2-hbox slot="summary">
|
||||||
<grid class="previewAttachmentArea egwGridView_grid" >
|
<grid class="previewAttachmentArea egwGridView_grid" >
|
||||||
<columns>
|
<columns>
|
||||||
@ -62,7 +62,6 @@
|
|||||||
<column disabled="!@showtempname"/>
|
<column disabled="!@showtempname"/>
|
||||||
<column width="70%" />
|
<column width="70%" />
|
||||||
<column width="20%" />
|
<column width="20%" />
|
||||||
<column width="10%"/>
|
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="row attachmentRow">
|
<row class="row attachmentRow">
|
||||||
@ -71,8 +70,7 @@
|
|||||||
<et2-description id="attachmentsBlock[0][type]"></et2-description>
|
<et2-description id="attachmentsBlock[0][type]"></et2-description>
|
||||||
<et2-description id="attachmentsBlock[0][winmailFlag]"></et2-description>
|
<et2-description id="attachmentsBlock[0][winmailFlag]"></et2-description>
|
||||||
<et2-description-expose class="et2_link useEllipsis" id="attachmentsBlock[0][filename]" mime="@attachmentsBlock[0][type]" href="@attachmentsBlock[0][mime_url]" noLang="1" mimeData="@attachmentsBlock[0][mime_data]"></et2-description-expose>
|
<et2-description-expose class="et2_link useEllipsis" id="attachmentsBlock[0][filename]" mime="@attachmentsBlock[0][type]" href="@attachmentsBlock[0][mime_url]" noLang="1" mimeData="@attachmentsBlock[0][mime_data]"></et2-description-expose>
|
||||||
<et2-description value="@attachmentsBlockTitle"></et2-description>
|
<et2-description align="right" value="@attachmentsBlockTitle" class="et2_bold"></et2-description>
|
||||||
<et2-button align="right" label="@attachmentsBlock[0][actionsDefaultLabel]" onchange="app.mail.attachmentsBlockActions" onclick="app.mail.attachmentsBlockActions"/>
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user