mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:43 +01:00
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
|
@media only screen
|
||||||
and (max-device-width : 1024px)
|
and (max-device-width : 1024px)
|
||||||
and (orientation : portrait) {
|
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;
|
font-size: medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -837,7 +837,7 @@ and (orientation : portrait) {
|
|||||||
@media only screen
|
@media only screen
|
||||||
and (min-width : 321px)
|
and (min-width : 321px)
|
||||||
and (max-device-width:768){
|
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;
|
font-size: medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -821,13 +821,13 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
}
|
}
|
||||||
/* 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) {
|
||||||
div#mail-index div#mail-index_nm tr.mail.row {
|
#mail-index div#mail-index_nm tr.mail.row {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Smartphones (landscape) ----------- */
|
/* Smartphones (landscape) ----------- */
|
||||||
@media only screen and (min-width: 321px) and (max-device-width: 768) {
|
@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;
|
font-size: medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user