mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Fix mail's vertical splitter bar in the middle overlaps scrollbar of the left pane
This commit is contained in:
parent
4fa94bc465
commit
b51a17e2fb
@ -1016,6 +1016,7 @@ body {
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
#mail-index div.splitter-bar-horizontal {
|
||||
border-top: 1px solid #B4B4B4;
|
||||
@ -1036,7 +1037,6 @@ body {
|
||||
margin: 3px 5px 0 0;
|
||||
}
|
||||
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
|
||||
width: 58%;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
@ -1004,6 +1004,7 @@ body {
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
#mail-index div.splitter-bar-horizontal {
|
||||
border-top: 1px solid #B4B4B4;
|
||||
|
@ -90,6 +90,7 @@ body {
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
div.splitter-bar-horizontal {
|
||||
border-top:1px solid #B4B4B4;
|
||||
|
Loading…
Reference in New Issue
Block a user