mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Keep mail list scrollbar visible in Firefox
This commit is contained in:
parent
f1e1d061cd
commit
8fe08f2f8d
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -114,6 +114,12 @@ body {
|
||||
|
||||
} // Ende Header
|
||||
|
||||
|
||||
|
||||
// Keeps the scrollbar in the window in Firefox
|
||||
.egwGridView_outer {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
// Listenausgabe der Emails
|
||||
div {}
|
||||
|
Loading…
Reference in New Issue
Block a user