Improve scripts load system

This commit is contained in:
RainLoop Team 2016-05-20 03:04:15 +03:00
parent 58b9eed8e8
commit 72bf212f67
39 changed files with 916 additions and 411 deletions

View file

@ -349,7 +349,7 @@ html.rl-ctrl-key-pressed {
#rl-loading, #rl-loading-error {
position: absolute;
font-size: 30px;
line-height: 100%;
line-height: 130%;
top: 50%;
width: 100%;
height: 65px;
@ -370,6 +370,14 @@ html.rl-ctrl-key-pressed {
font-size: 20px;
}
#rl-app{
display: none;
}
#rl-check{
display: block;
}
html.rl-mobile .hide-on-mobile {
display: none !important;
}

View file

@ -28,10 +28,6 @@
opacity: 0;
}
#rl-check {
display: block;
}
.opentip-container {
z-index: 2001 !important;