mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue