Mail: Change display of calendar events to show more of the request without scrolling

This commit is contained in:
nathan 2024-07-25 11:06:38 -06:00
parent e751fe892b
commit fbddcc9804
3 changed files with 18 additions and 3 deletions

View File

@ -127,10 +127,17 @@
}
body #popupMainDiv div#mail-view {
height: 100%;
box-sizing: border-box;
}
body #popupMainDiv div#mail-view div > et2-vbox {
height: 100%;
}
body #popupMainDiv div#mail-view #mail-view_subject {
font-size: 12pt;
}
body #popupMainDiv div#mail-view .mailContent {
flex-grow: 1;
}
body #popupMainDiv #mail-view_toaddressdetails {
color: #26537c;
float: right;
@ -351,4 +358,3 @@
position: inherit;
}
}
/*# sourceMappingURL=app.css.map */

View File

@ -137,10 +137,19 @@
}
div#mail-view {
height: 100%;
box-sizing: border-box;
div > et2-vbox {
height: 100%
}
#mail-view_subject
{
.mob-fontsize-l;
}
.mailContent {
flex-grow: 1;
}
}
#mail-view_toaddressdetails {
color: #26537c;

View File

@ -2,7 +2,7 @@
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
<overlay>
<template id="mail.view" template="" lang="" group="0" version="1.9.001" height="100%">
<et2-vbox width="100%" height="100%">
<et2-vbox width="100%">
<et2-hbox class="dialogHeadbar">
<et2-hbox>
<toolbar id="toolbar" class="et2_head_toolbar" width="100%" view_range="1" flat_list="true"/>
@ -91,7 +91,7 @@
</et2-details>
</et2-vbox>
</et2-hbox>
<et2-box height="100%">
<et2-box class="mailContent">
<iframe id="iframe" width="100%" height="100%" scrolling="auto"/>
</et2-box>
</et2-vbox>