mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Remove extra margin-right applied to mail list in mobile template
This commit is contained in:
parent
26916daaef
commit
b3bbb83ab6
@ -900,6 +900,10 @@ iframe#mail-display_mailDisplayBodySrc {
|
|||||||
body {
|
body {
|
||||||
background-color: white;
|
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 {
|
#mail-index div#mail-index_nm div.nextmatch_header div.filters select {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
}
|
}
|
||||||
@ -2642,6 +2646,9 @@ div.mailComposeHeaderSection > table {
|
|||||||
body #mail-compose .mailComposeHeaderSection > table #mail-compose_subject:focus {
|
body #mail-compose .mailComposeHeaderSection > table #mail-compose_subject:focus {
|
||||||
outline-color: transparent;
|
outline-color: transparent;
|
||||||
}
|
}
|
||||||
|
#mail-index {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
#mail-index table.egwGridView_outer tbody span.et2_date_ro.et2_label {
|
#mail-index table.egwGridView_outer tbody span.et2_date_ro.et2_label {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
}
|
}
|
||||||
|
@ -215,6 +215,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#mail-index {
|
#mail-index {
|
||||||
|
margin-right: 0px;
|
||||||
table.egwGridView_outer tbody {
|
table.egwGridView_outer tbody {
|
||||||
span.et2_date_ro.et2_label {
|
span.et2_date_ro.et2_label {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
|
Loading…
Reference in New Issue
Block a user