mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Allow interface selection in admin panel
+ small fixes
This commit is contained in:
parent
869e0ed181
commit
b3955cd53a
13 changed files with 60 additions and 40 deletions
|
|
@ -4168,8 +4168,8 @@ html.rl-no-preview-pane .messageList.message-selected {
|
|||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 29px;
|
||||
padding: 10px;
|
||||
height: 30px;
|
||||
padding: 7px;
|
||||
min-width: 300px;
|
||||
z-index: 101;
|
||||
background-color: #eee;
|
||||
|
|
@ -4183,6 +4183,7 @@ html.rl-no-preview-pane .messageList.message-selected {
|
|||
.messageList .b-footer .e-quota {
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
font-size: 18px;
|
||||
cursor: help;
|
||||
}
|
||||
|
|
@ -4243,12 +4244,12 @@ html.rl-no-preview-pane .messageList.message-selected {
|
|||
top: 49px;
|
||||
}
|
||||
.messageList .footerDelimiter {
|
||||
bottom: 49px;
|
||||
bottom: 44px;
|
||||
}
|
||||
.messageList .b-content {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
bottom: 50px;
|
||||
bottom: 45px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue