Keep mail list scrollbar visible in Firefox

This commit is contained in:
nathangray 2016-06-22 11:24:15 -06:00
parent f1e1d061cd
commit 8fe08f2f8d
3 changed files with 12 additions and 0 deletions

View File

@ -907,6 +907,9 @@ body {
#mail-index div#mail-index_nm div.nextmatch_header div.filters input#mail-index_search {
/*height: 20px !important;*/
}
#mail-index div#mail-index_nm .egwGridView_outer {
margin-right: 10px;
}
#mail-index div#mail-index_nm tr.mail td img {
max-height: 50px;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

View File

@ -895,6 +895,9 @@ body {
#mail-index div#mail-index_nm div.nextmatch_header div.filters input#mail-index_search {
/*height: 20px !important;*/
}
#mail-index div#mail-index_nm .egwGridView_outer {
margin-right: 10px;
}
#mail-index div#mail-index_nm tr.mail td img {
max-height: 50px;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

View File

@ -114,6 +114,12 @@ body {
} // Ende Header
// Keeps the scrollbar in the window in Firefox
.egwGridView_outer {
margin-right: 10px;
}
// Listenausgabe der Emails
div {}