mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix extra right margin on mail right splitter
This commit is contained in:
parent
25d5465ec6
commit
1da1ac2fd8
@ -281,6 +281,10 @@ pre {
|
||||
#mail-index {
|
||||
position: relative
|
||||
}
|
||||
/*Keeps the scrollbar in the window in Firefox*/
|
||||
#mail-index table.egwGridView_outer {
|
||||
-moz-margin-end: 10px;
|
||||
}
|
||||
.mail-index_quotabox {
|
||||
display: inline-block;
|
||||
}
|
||||
@ -492,6 +496,7 @@ div.mail-compose_fileselector {
|
||||
}
|
||||
#mail-index_toolbar {
|
||||
padding: 0px;
|
||||
height: 35px;
|
||||
}
|
||||
#mail-index_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
|
@ -289,6 +289,10 @@ pre {
|
||||
#mail-index {
|
||||
position: relative;
|
||||
}
|
||||
/*Keeps the scrollbar in the window in Firefox*/
|
||||
#mail-index table.egwGridView_outer {
|
||||
-moz-margin-end: 10px;
|
||||
}
|
||||
.mail-index_quotabox {
|
||||
display: inline-block;
|
||||
}
|
||||
@ -506,6 +510,7 @@ div.mail-compose_fileselector {
|
||||
}
|
||||
#mail-index_toolbar {
|
||||
padding: 0px;
|
||||
height: 35px;
|
||||
}
|
||||
#mail-index_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
@ -938,9 +943,6 @@ body {
|
||||
#mail-index div#mail-index_nm div.nextmatch_header div.filters select {
|
||||
margin-top: 9px;
|
||||
}
|
||||
#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);
|
||||
|
@ -277,6 +277,10 @@ pre {
|
||||
#mail-index {
|
||||
position: relative;
|
||||
}
|
||||
/*Keeps the scrollbar in the window in Firefox*/
|
||||
#mail-index table.egwGridView_outer {
|
||||
-moz-margin-end: 10px;
|
||||
}
|
||||
.mail-index_quotabox {
|
||||
display: inline-block;
|
||||
}
|
||||
@ -494,6 +498,7 @@ div.mail-compose_fileselector {
|
||||
}
|
||||
#mail-index_toolbar {
|
||||
padding: 0px;
|
||||
height: 35px;
|
||||
}
|
||||
#mail-index_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
@ -926,9 +931,6 @@ body {
|
||||
#mail-index div#mail-index_nm div.nextmatch_header div.filters select {
|
||||
margin-top: 9px;
|
||||
}
|
||||
#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);
|
||||
|
@ -76,12 +76,7 @@ body {
|
||||
select {margin-top: 9px;}
|
||||
} // Ende Filter
|
||||
} // Ende Header
|
||||
|
||||
// Keeps the scrollbar in the window in Firefox
|
||||
.egwGridView_outer {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
// Bilder in den Listen
|
||||
tr.mail td img {
|
||||
max-height: 50px;
|
||||
|
Loading…
Reference in New Issue
Block a user