mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 22:21:34 +01:00
Fix mail display popup in mobile framework
This commit is contained in:
parent
36699ed54b
commit
31908a5032
@ -796,17 +796,25 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MOBILE (Portrait & Landscape) View --------------*/
|
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||||
@media only screen and (max-device-width:1024px) {
|
@media only screen and (max-device-width:1024px) {
|
||||||
div#mail-index_nm {
|
div#mail-index_nm {
|
||||||
height: 100% !important;
|
/*height: 100% !important;*/
|
||||||
}
|
}
|
||||||
/*Disable the preview spliter*/
|
/*Disable the preview spliter*/
|
||||||
div#mail-index_mailPreview, div.splitter-bar {
|
div#mail-index_mailPreview, div.splitter-bar {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.mailDisplayContainer{
|
||||||
|
margin-top: 30px;
|
||||||
|
margin-left:0;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#mail-display.et2_container {
|
||||||
|
min-height: initial;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* tablets and smartphones (portrait) ----------- */
|
/* tablets and smartphones (portrait) ----------- */
|
||||||
@media only screen
|
@media only screen
|
||||||
|
@ -789,16 +789,24 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* MOBILE (Portrait & Landscape) View --------------*/
|
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||||
@media only screen and (max-device-width: 1024px) {
|
@media only screen and (max-device-width: 1024px) {
|
||||||
div#mail-index_nm {
|
div#mail-index_nm {
|
||||||
height: 100% !important;
|
/*height: 100% !important;*/
|
||||||
}
|
}
|
||||||
/*Disable the preview spliter*/
|
/*Disable the preview spliter*/
|
||||||
div#mail-index_mailPreview,
|
div#mail-index_mailPreview,
|
||||||
div.splitter-bar {
|
div.splitter-bar {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
div.mailDisplayContainer {
|
||||||
|
margin-top: 30px;
|
||||||
|
margin-left: 0;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
div#mail-display.et2_container {
|
||||||
|
min-height: initial;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* tablets and smartphones (portrait) ----------- */
|
/* tablets and smartphones (portrait) ----------- */
|
||||||
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
|
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
|
||||||
|
Loading…
Reference in New Issue
Block a user