Fix styling of header in mail display for mobile theme

This commit is contained in:
Hadi Nategh 2015-04-21 13:01:40 +00:00
parent 35248d8ffb
commit 52a0c998ee
2 changed files with 18 additions and 0 deletions

View File

@ -6994,6 +6994,12 @@ a.textSidebox {
background-size: 120px 120px;
background-position: center;
}
#mail-display {
min-height: initial !important;
}
#mail-display .mailDisplayContainer {
top: 140px;
}
}
@media only screen and (max-device-width : 1024px) {
#egw_fw_print {

View File

@ -770,6 +770,18 @@
background-size: 120px 120px;
background-position: center;
}
//###################################
//# #
//# Mail App specific style #
//# #
//###################################
#mail-display {
min-height: initial !important;
.mailDisplayContainer {
top:140px;
}
}
}
@media @handheld
{