Release commit

This commit is contained in:
RainLoop Team 2015-01-09 23:58:10 +04:00
parent bce962328d
commit 43f19e29e8
18 changed files with 70 additions and 35 deletions

View file

@ -326,5 +326,7 @@ html.rl-ctrl-key-pressed {
display: none;
}
/*html.rl-changing-language {
}*/
#rl-loading-error-additional {
margin-top: 20px;
font-size: 20px;
}

View file

@ -51,19 +51,11 @@
border-radius: 3px;
}
.control-group {
.inputLoginForm, .inputEmail, .inputLogin, .inputPassword, .inputAdditionalCode {
font-size: 18px;
height: 30px;
line-height: 29px;
}
}
.controls {
.inputLoginForm, .inputEmail, .inputLogin, .inputPassword, .inputAdditionalCode {
font-size: 18px;
height: 40px;
line-height: 39px;
line-height: 20px;
}
}

View file

@ -362,6 +362,12 @@ html.rl-no-preview-pane .messageView {
}
}
html.rl-bottom-preview-pane .messageView {
.b-content {
bottom: @rlBottomMargin;
}
}
html.cssanimations.rl-anim .messageItem .line-loading {
height: 5px !important;
}

View file

@ -55,6 +55,8 @@
text-overflow: ellipsis;
border-radius: 4px;
font-weight: bold;
white-space: nowrap;
}
.account-item {

View file

@ -25,4 +25,8 @@
.pswp__img--placeholder {
opacity: 0;
}
}
#rl-content {
display: block;
}

5
dev/bootstrap.js vendored
View file

@ -51,6 +51,11 @@
$(function () {
if (!$('#rl-content').is(':visible'))
{
Globals.$html.addClass('no-css');
}
if (window['rainloopTEMPLATES'] && window['rainloopTEMPLATES'][0])
{
$('#rl-templates').html(window['rainloopTEMPLATES'][0]);