mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Mail: Re-size header labels in display popup, change mail date widget to date-time-today
This commit is contained in:
parent
2e2f6e0e70
commit
ef2f29d84c
@ -602,8 +602,9 @@ div.mail-display > div:first-parent > div.first-parent
|
||||
height: 99%;
|
||||
}
|
||||
.mailDisplayHeaders {
|
||||
overflow: hidden;
|
||||
right: 8px;
|
||||
overflow: hidden;
|
||||
right: 8px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.mailDisplayHeaderSection {
|
||||
|
@ -12,7 +12,8 @@
|
||||
<description value="From"/>
|
||||
<et2-select-email id="FROM" readonly="true"/>
|
||||
</hbox>
|
||||
<date-time id="mail_displaydate" label="Date" readonly="true" align="right"/>
|
||||
<date-time-today id="mail_displaydate" label="Date" readonly="true" align="right"
|
||||
class="mailDisplayHeaders"/>
|
||||
</hbox>
|
||||
|
||||
<hbox class="mailDisplayHeaders" id="mailDisplayHeadersSender" disabled="!@SENDER">
|
||||
|
@ -14,7 +14,7 @@
|
||||
<hbox width="100%" id="mailPreviewHeadersFrom" class="mailPreviewHeaders">
|
||||
<description value="From"/>
|
||||
<et2-select-email id="fromAddress" readonly="true"></et2-select-email>
|
||||
<date-time label="Date" align="right" id="previewDate" readonly="true"/>
|
||||
<date-time-today label="Date" align="right" id="previewDate" readonly="true"/>
|
||||
</hbox>
|
||||
<hbox id="mailPreviewHeadersSubject" class="mailPreviewHeaders">
|
||||
<description value="Subject"/>
|
||||
|
@ -613,7 +613,7 @@ div.mail-display > div:first-parent > div.first-parent {
|
||||
.mailDisplayHeaders {
|
||||
overflow: hidden;
|
||||
right: 8px;
|
||||
font-size: 11px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.mailDisplayHeaderSection {
|
||||
position: absolute;
|
||||
@ -1947,7 +1947,6 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
|
||||
min-height: initial;
|
||||
padding: 0;
|
||||
}
|
||||
.mailDisplayHeaders,
|
||||
.mailDisplayAttachments > * {
|
||||
font-size: large !important;
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mailDisplayHeaders, .mailDisplayAttachments > * {
|
||||
.mailDisplayAttachments > * {
|
||||
font-size: large !important;
|
||||
}
|
||||
/*compose dialog*/
|
||||
|
@ -601,7 +601,7 @@ div.mail-display > div:first-parent > div.first-parent {
|
||||
.mailDisplayHeaders {
|
||||
overflow: hidden;
|
||||
right: 8px;
|
||||
font-size: 11px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.mailDisplayHeaderSection {
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user