Capability improvements

Additional branding options
This commit is contained in:
RainLoop Team 2015-05-20 02:05:54 +04:00
parent 7fce424758
commit 763fae345b
46 changed files with 880 additions and 556 deletions

View file

@ -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;

View file

@ -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);

View file

@ -53,6 +53,10 @@ html.rl-no-preview-pane {
}
}
.logoPlace {
text-align: center;
}
.b-message-view-desc {
text-align: center;
font-size: 24px;