Fix UI issues in the loading screen with the loading bar

This commit is contained in:
yflory
2018-05-14 14:02:46 +02:00
parent 4d5606e757
commit 6fde15247b
6 changed files with 21 additions and 18 deletions

View File

@@ -69,8 +69,9 @@ define([], function () {
height: auto;
margin-bottom: 2em;
}
@media screen and (max-height: 450px) {
#cp-loading .cp-loading-cryptofist {
@media screen and (max-height: 500px) {
#cp-loading .cp-loading-logo {
display: none;
}
}
#cp-loading-message {
@@ -162,12 +163,12 @@ define([], function () {
text-overflow: ellipsis;
}
.cp-loading-progress-bar {
height: 5px;
height: 24px;
background: white;
}
.cp-loading-progress-bar-value {
height: 100%;
background: #00ff37;
background: #5cb85c;
}
*/}).toString().slice(14, -3);
var urlArgs = window.location.href.replace(/^.*\?([^\?]*)$/, function (all, x) { return x; });