forked from extern/egroupware
2 more div#$app-index css which need to have div removed
This commit is contained in:
parent
6625ffdde4
commit
4775913fdc
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user