mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Mobile theme W.I.P.:
- Fix scrollbar does not work for mail tree in sidebar when browsing with iOS
This commit is contained in:
parent
2a91237c2a
commit
180c256a79
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user