mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
Fix some styling issues and set message's date to display date and time
This commit is contained in:
parent
e56055f12d
commit
77d6a7e648
@ -502,6 +502,7 @@ et2-details.details::part(summary),
|
|||||||
et2-details.attachments::part(summary){
|
et2-details.attachments::part(summary){
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
et2-details.details {width: 100%}
|
||||||
|
|
||||||
.mailDisplay et2-details::part(base),
|
.mailDisplay et2-details::part(base),
|
||||||
.previewWrapper et2-details::part(base){
|
.previewWrapper et2-details::part(base){
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
<et2-description id="${row}[bodypreview]" class="et2_label bodypreview" noLang="1"></et2-description>
|
<et2-description id="${row}[bodypreview]" class="et2_label bodypreview" noLang="1"></et2-description>
|
||||||
</et2-vbox>
|
</et2-vbox>
|
||||||
<et2-hbox>
|
<et2-hbox>
|
||||||
<et2-date-time-today align="center" id="${row}[date]" readonly="true"></et2-date-time-today>
|
<et2-date-time align="center" id="${row}[date]" readonly="true"></et2-date-time>
|
||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
<et2-date-time-today align="center" id="${row}[modified]" readonly="true"></et2-date-time-today>
|
<et2-date-time-today align="center" id="${row}[modified]" readonly="true"></et2-date-time-today>
|
||||||
<et2-url-email id="${row}[address]" readonly="true"></et2-url-email>
|
<et2-url-email id="${row}[address]" readonly="true"></et2-url-email>
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
<et2-vbox>
|
<et2-vbox>
|
||||||
<et2-hbox>
|
<et2-hbox>
|
||||||
<et2-date-time-today align="center" class="$row_cont[class]" id="${row}[date]" readonly="true"></et2-date-time-today>
|
<et2-date-time align="center" class="$row_cont[class]" id="${row}[date]" readonly="true"></et2-date-time>
|
||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
<et2-hbox>
|
<et2-hbox>
|
||||||
<et2-image src="$row_cont[smime]" height="16px"></et2-image>
|
<et2-image src="$row_cont[smime]" height="16px"></et2-image>
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<et2-select-email id="ccaddress" readonly="true" multiple="true"></et2-select-email>
|
<et2-select-email id="ccaddress" readonly="true" multiple="true"></et2-select-email>
|
||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
<et2-date-time-today align="right" id="date" readonly="true"></et2-date-time-today>
|
<et2-date-time align="right" id="date" readonly="true"></et2-date-time>
|
||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" hoist="true" class="attachments" disabled="!@attachmentsBlock">
|
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" hoist="true" class="attachments" disabled="!@attachmentsBlock">
|
||||||
<et2-hbox slot="summary">
|
<et2-hbox slot="summary">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user