From 6e9ee7f977b0d218fa3cf6769e1fba38fc35caa4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 6 Feb 2015 14:05:17 +0000 Subject: [PATCH] 2 more div#$app-index css which need to have div removed --- mail/templates/default/app.css | 4 ++-- mail/templates/pixelegg/app.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 72d1889d67..203039692b 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -828,7 +828,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{ @media only screen and (max-device-width : 1024px) and (orientation : portrait) { - div#mail-index div#mail-index_nm tr.mail.row { + #mail-index div#mail-index_nm tr.mail.row { font-size: medium; } } @@ -837,7 +837,7 @@ and (orientation : portrait) { @media only screen and (min-width : 321px) and (max-device-width:768){ - div#mail-index div#mail-index_nm tr.mail.row { + #mail-index div#mail-index_nm tr.mail.row { font-size: medium; } } diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 7a89fe04b3..019155a985 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -821,13 +821,13 @@ blockquote blockquote blockquote blockquote blockquote blockquote { } /* tablets and smartphones (portrait) ----------- */ @media only screen and (max-device-width: 1024px) and (orientation: portrait) { - div#mail-index div#mail-index_nm tr.mail.row { + #mail-index div#mail-index_nm tr.mail.row { font-size: medium; } } /* Smartphones (landscape) ----------- */ @media only screen and (min-width: 321px) and (max-device-width: 768) { - div#mail-index div#mail-index_nm tr.mail.row { + #mail-index div#mail-index_nm tr.mail.row { font-size: medium; } }