Mobile theme W.I.P.:

- Fix mail list style
This commit is contained in:
Hadi Nategh 2015-11-30 11:11:38 +00:00
parent 0b0937f316
commit 6172992b9c
2 changed files with 11 additions and 0 deletions

View File

@ -851,6 +851,11 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
}
span.status_img {
background-image: none !important;
padding-left: 3px;
float: right;
}
#mail-index div#mail-index_nm tr.mail td img, span[id^='mail-index_'][id$='attachments]'] {
float: right;
}
}
/* tablets and smartphones (portrait) ----------- */

View File

@ -852,6 +852,12 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
}
span.status_img {
background-image: none !important;
padding-left: 3px;
float: right;
}
#mail-index div#mail-index_nm tr.mail td img,
span[id^='mail-index_'][id$='attachments]'] {
float: right;
}
}
/* tablets and smartphones (portrait) ----------- */