mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Mail: Adjust positioning / margins of preview in horizontal mode
This commit is contained in:
parent
8491306d86
commit
a6bcc3228d
@ -455,17 +455,28 @@ div.mail-compose_fileselector {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#mail-index_mail-index-preview {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
background-color: white;
|
||||
width: calc(100% - 1em);
|
||||
margin-left: 1em;
|
||||
margin-left: 1ex;
|
||||
}
|
||||
.previewWrapper {height: 100%}
|
||||
|
||||
#mail-index_mailSplitter[vertical] #mail-index_mail-index-preview {
|
||||
margin-left: 0;
|
||||
margin-top: 1ex;
|
||||
}
|
||||
|
||||
.previewWrapper {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.previewWrapper > * {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.previewWrapper .et2_details.et2_details_expanded .et2_details_wrapper {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user