mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +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 {
|
||||
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;
|
||||
}
|
||||
|
@ -215,6 +215,7 @@
|
||||
}
|
||||
|
||||
#mail-index {
|
||||
margin-right: 0px;
|
||||
table.egwGridView_outer tbody {
|
||||
span.et2_date_ro.et2_label {
|
||||
font-size: 9px;
|
||||
|
Loading…
Reference in New Issue
Block a user