mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 05:59:15 +01:00
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 > *{
|
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > *{
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
}
|
}
|
||||||
|
.mailDisplayHeaders, .mailDisplayAttachments > * {
|
||||||
|
font-size: large !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* tablets and smartphones (portrait) ----------- */
|
/* tablets and smartphones (portrait) ----------- */
|
||||||
@media only screen
|
@media only screen
|
||||||
|
@ -823,6 +823,10 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
div.mailPreviewHeaders > * {
|
div.mailPreviewHeaders > * {
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
}
|
}
|
||||||
|
.mailDisplayHeaders,
|
||||||
|
.mailDisplayAttachments > * {
|
||||||
|
font-size: large !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* 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