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

View File

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