mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Release commit
This commit is contained in:
parent
bce962328d
commit
43f19e29e8
18 changed files with 70 additions and 35 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@
|
|||
text-overflow: ellipsis;
|
||||
border-radius: 4px;
|
||||
font-weight: bold;
|
||||
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.account-item {
|
||||
|
|
|
|||
|
|
@ -25,4 +25,8 @@
|
|||
|
||||
.pswp__img--placeholder {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#rl-content {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
5
dev/bootstrap.js
vendored
5
dev/bootstrap.js
vendored
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue