Improve loading screen

This commit is contained in:
James Allen 2014-07-10 13:41:54 +01:00
parent 9e4653d83c
commit 7fb8154c6e
2 changed files with 13 additions and 1 deletions

View file

@ -25,7 +25,7 @@ define [], () ->
@$scope.$apply () =>
@$scope.connection.reconnecting = false
if @$scope.state.loading
@$scope.state.load_progress = 80
@$scope.state.load_progress = 70
setTimeout(() =>
@joinProject()

View file

@ -45,6 +45,18 @@
.full-size;
}
.loading-screen {
.full-size;
.container {
text-align: center;
position: absolute;
top: 30%;
left: 50%;
width: 400px;
margin-left: -200px;
}
}
.loading-panel {
.full-size;
padding-top: 10rem;