mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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 {
|
#mail-index div#mail-index_nm div.nextmatch_header div.filters input#mail-index_search {
|
||||||
/*height: 20px !important;*/
|
/*height: 20px !important;*/
|
||||||
}
|
}
|
||||||
|
#mail-index div#mail-index_nm .egwGridView_outer {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
#mail-index div#mail-index_nm tr.mail td img {
|
#mail-index div#mail-index_nm tr.mail td img {
|
||||||
max-height: 50px;
|
max-height: 50px;
|
||||||
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
-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 {
|
#mail-index div#mail-index_nm div.nextmatch_header div.filters input#mail-index_search {
|
||||||
/*height: 20px !important;*/
|
/*height: 20px !important;*/
|
||||||
}
|
}
|
||||||
|
#mail-index div#mail-index_nm .egwGridView_outer {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
#mail-index div#mail-index_nm tr.mail td img {
|
#mail-index div#mail-index_nm tr.mail td img {
|
||||||
max-height: 50px;
|
max-height: 50px;
|
||||||
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||||
|
@ -115,6 +115,12 @@ body {
|
|||||||
} // Ende Header
|
} // Ende Header
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Keeps the scrollbar in the window in Firefox
|
||||||
|
.egwGridView_outer {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
// Listenausgabe der Emails
|
// Listenausgabe der Emails
|
||||||
div {}
|
div {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user