mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Mail: Change display of calendar events to show more of the request without scrolling
This commit is contained in:
parent
e751fe892b
commit
fbddcc9804
@ -127,10 +127,17 @@
|
|||||||
}
|
}
|
||||||
body #popupMainDiv div#mail-view {
|
body #popupMainDiv div#mail-view {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
body #popupMainDiv div#mail-view div > et2-vbox {
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
body #popupMainDiv div#mail-view #mail-view_subject {
|
body #popupMainDiv div#mail-view #mail-view_subject {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
body #popupMainDiv div#mail-view .mailContent {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
body #popupMainDiv #mail-view_toaddressdetails {
|
body #popupMainDiv #mail-view_toaddressdetails {
|
||||||
color: #26537c;
|
color: #26537c;
|
||||||
float: right;
|
float: right;
|
||||||
@ -351,4 +358,3 @@
|
|||||||
position: inherit;
|
position: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=app.css.map */
|
|
@ -137,10 +137,19 @@
|
|||||||
}
|
}
|
||||||
div#mail-view {
|
div#mail-view {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
div > et2-vbox {
|
||||||
|
height: 100%
|
||||||
|
}
|
||||||
#mail-view_subject
|
#mail-view_subject
|
||||||
{
|
{
|
||||||
.mob-fontsize-l;
|
.mob-fontsize-l;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mailContent {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#mail-view_toaddressdetails {
|
#mail-view_toaddressdetails {
|
||||||
color: #26537c;
|
color: #26537c;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="mail.view" template="" lang="" group="0" version="1.9.001" height="100%">
|
<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 class="dialogHeadbar">
|
||||||
<et2-hbox>
|
<et2-hbox>
|
||||||
<toolbar id="toolbar" class="et2_head_toolbar" width="100%" view_range="1" flat_list="true"/>
|
<toolbar id="toolbar" class="et2_head_toolbar" width="100%" view_range="1" flat_list="true"/>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
</et2-details>
|
</et2-details>
|
||||||
</et2-vbox>
|
</et2-vbox>
|
||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
<et2-box height="100%">
|
<et2-box class="mailContent">
|
||||||
<iframe id="iframe" width="100%" height="100%" scrolling="auto"/>
|
<iframe id="iframe" width="100%" height="100%" scrolling="auto"/>
|
||||||
</et2-box>
|
</et2-box>
|
||||||
</et2-vbox>
|
</et2-vbox>
|
||||||
|
Loading…
Reference in New Issue
Block a user