Remove extra margin-right applied to mail list in mobile template

This commit is contained in:
Hadi Nategh 2016-06-01 09:36:15 +02:00
parent 26916daaef
commit b3bbb83ab6
2 changed files with 8 additions and 0 deletions

View File

@ -900,6 +900,10 @@ iframe#mail-display_mailDisplayBodySrc {
body {
background-color: white;
}
#mail-index {
/* Keeps the scrollbar in the window in chrome */
margin-right: -10px;
}
#mail-index div#mail-index_nm div.nextmatch_header div.filters select {
margin-top: 9px;
}
@ -2642,6 +2646,9 @@ div.mailComposeHeaderSection > table {
body #mail-compose .mailComposeHeaderSection > table #mail-compose_subject:focus {
outline-color: transparent;
}
#mail-index {
margin-right: 0px;
}
#mail-index table.egwGridView_outer tbody span.et2_date_ro.et2_label {
font-size: 9px;
}

View File

@ -215,6 +215,7 @@
}
#mail-index {
margin-right: 0px;
table.egwGridView_outer tbody {
span.et2_date_ro.et2_label {
font-size: 9px;