Make mail display fonts larger for mobile theme

This commit is contained in:
Hadi Nategh 2015-03-27 10:06:54 +00:00
parent 20728fb2fd
commit 8c2f74ba14
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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) {