forked from extern/egroupware
Make mail display fonts larger for mobile theme
This commit is contained in:
parent
fba0fb830c
commit
30b7537072
@ -826,6 +826,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
||||
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > *{
|
||||
font-size: small !important;
|
||||
}
|
||||
.mailDisplayHeaders, .mailDisplayAttachments > * {
|
||||
font-size: large !important;
|
||||
}
|
||||
}
|
||||
/* tablets and smartphones (portrait) ----------- */
|
||||
@media only screen
|
||||
|
@ -823,6 +823,10 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
||||
div.mailPreviewHeaders > * {
|
||||
font-size: small !important;
|
||||
}
|
||||
.mailDisplayHeaders,
|
||||
.mailDisplayAttachments > * {
|
||||
font-size: large !important;
|
||||
}
|
||||
}
|
||||
/* tablets and smartphones (portrait) ----------- */
|
||||
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
|
||||
|
Loading…
Reference in New Issue
Block a user