Code improvements

This commit is contained in:
RainLoop Team 2016-05-24 00:56:48 +03:00
parent c43e35530e
commit 06d3dac310
13 changed files with 121 additions and 50 deletions

57
dev/Styles/@Boot.css Normal file
View file

@ -0,0 +1,57 @@
#rl-content{
display: none;
}
.internal-hiddden{
display: none !important;
}
html.no-css, html.no-css body {
margin: 0;
padding: 0;
font-family: Arial, Verdana, Geneva, sans-serif;
background-color: #eee;
}
html.no-css #rl-content, html.no-css #rl-loading{
display: none;
}
html.no-css #rl-loading-error {
position: absolute;
font-size: 30px;
line-height: 130%;
top: 50%;
width: 100%;
height: 65px;
margin: 0;
margin-top: -60px;
background-color: transparent;
text-align: center;
color: #333;
}
html.no-css .progressjs-container {
display: none;
}
html.no-css .thm-body {
color: #333;
background-color: #aaa;
background-image: none;
}
html.no-css .thm-loading {
color: #333 !important;
text-shadow: none !important;
.e-spinner .e-bounce {
display: none !important;
}
}
html.no-css .thm-login-desc .desc {
color: #333 !important;
text-shadow: none !important;
}

View file

@ -375,7 +375,11 @@ html.rl-ctrl-key-pressed {
}
#rl-check{
display: block;
display: none;
}
.rl-content-show {
display: block !important;
}
html.rl-mobile .hide-on-mobile {