Code refactoring

This commit is contained in:
RainLoop Team 2014-08-27 19:59:44 +04:00
parent 36329110e5
commit b4f416b6f8
105 changed files with 4331 additions and 4339 deletions

View file

@ -7245,13 +7245,6 @@ html.rl-ctrl-key-pressed .btn-group.open .hidden-on-ctrl-btn {
text-overflow: ellipsis;
overflow: hidden;
}
.rl-view-model.RL-Login,
.rl-view-model.RL-LoginNew,
.rl-view-model.RL-AdminLogin {
position: relative;
height: 100%;
z-index: 5;
}
.b-login-content {
height: 100%;
text-align: center;
@ -9881,3 +9874,11 @@ html.rl-started-trigger.no-mobile #rl-content {
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.rl-view-model.RL-Login,
.rl-view-model.RL-LoginNew,
.rl-view-model.RL-AdminLogin,
.rl-view-model.RL-About {
position: relative;
height: 100%;
z-index: 5;
}

File diff suppressed because one or more lines are too long