Mobile theme W.I.P.:

- Fix scrollbar does not work for mail tree in sidebar when browsing with iOS
This commit is contained in:
Hadi Nategh 2016-01-19 16:05:58 +00:00
parent 2a91237c2a
commit 180c256a79
2 changed files with 9 additions and 8 deletions

View File

@ -897,9 +897,6 @@ iframe#mail-display_mailDisplayBodySrc {
body { body {
background-color: white; background-color: white;
} }
#mail-index {
margin: 0 1% 0 0 !important;
}
#mail-index div#mail-index_nm div.nextmatch_header div.filters select { #mail-index div#mail-index_nm div.nextmatch_header div.filters select {
margin-top: 9px; margin-top: 9px;
} }
@ -2608,6 +2605,9 @@ div.mailComposeHeaderSection > table {
padding: 8px 8px 0 0; padding: 8px 8px 0 0;
background: none; background: none;
} }
body .dtree div.containerTableStyle {
overflow: hidden;
}
body #mail-compose .cke_chrome { body #mail-compose .cke_chrome {
border: none; border: none;
box-shadow: none; box-shadow: none;

View File

@ -85,11 +85,6 @@ body {
} }
// alles // alles
margin: 0 1% 0 0 !important;
// Box mit Header und Liste // Box mit Header und Liste
div#mail-index_nm{ div#mail-index_nm{
@ -1759,6 +1754,12 @@ div.mailComposeHeaderSection > table {
padding: 8px 8px 0 0; padding: 8px 8px 0 0;
background: none; background: none;
} }
.dtree {
div.containerTableStyle {
overflow: hidden;
}
}
#mail-compose { #mail-compose {
.cke_chrome { .cke_chrome {
border:none; border:none;