forked from extern/egroupware
Fix styling of header in mail display for mobile theme
This commit is contained in:
parent
35248d8ffb
commit
52a0c998ee
@ -6994,6 +6994,12 @@ a.textSidebox {
|
|||||||
background-size: 120px 120px;
|
background-size: 120px 120px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
#mail-display {
|
||||||
|
min-height: initial !important;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayContainer {
|
||||||
|
top: 140px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-device-width : 1024px) {
|
@media only screen and (max-device-width : 1024px) {
|
||||||
#egw_fw_print {
|
#egw_fw_print {
|
||||||
|
@ -770,6 +770,18 @@
|
|||||||
background-size: 120px 120px;
|
background-size: 120px 120px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//###################################
|
||||||
|
//# #
|
||||||
|
//# Mail App specific style #
|
||||||
|
//# #
|
||||||
|
//###################################
|
||||||
|
#mail-display {
|
||||||
|
min-height: initial !important;
|
||||||
|
.mailDisplayContainer {
|
||||||
|
top:140px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media @handheld
|
@media @handheld
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user