mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Capability improvements
Additional branding options
This commit is contained in:
parent
7fce424758
commit
763fae345b
46 changed files with 880 additions and 556 deletions
|
|
@ -188,7 +188,7 @@
|
|||
/**/
|
||||
}
|
||||
|
||||
html.rl-left-panel-disabled {
|
||||
html.rl-left-panel-disabled, html.rl-left-panel-short {
|
||||
.btn.buttonContacts {
|
||||
margin-top: 10px !important;
|
||||
margin-left: 0 !important;
|
||||
|
|
|
|||
|
|
@ -205,6 +205,28 @@ html.rl-left-panel-disabled {
|
|||
}
|
||||
}
|
||||
|
||||
html.rl-left-panel-short {
|
||||
|
||||
#rl-left {
|
||||
width: 60px !important;
|
||||
}
|
||||
|
||||
#rl-right {
|
||||
left: 60px !important;
|
||||
}
|
||||
}
|
||||
|
||||
html.rl-left-panel-none {
|
||||
|
||||
#rl-left {
|
||||
width: 10px !important;
|
||||
}
|
||||
|
||||
#rl-right {
|
||||
left: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-resizable-helper-w {
|
||||
border-right: 5px solid #777;
|
||||
border-right-color: rgba(255,255,255,0.7);
|
||||
|
|
|
|||
|
|
@ -53,6 +53,10 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.logoPlace {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.b-message-view-desc {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue