diff --git a/services/web/public/coffee/ide/connection/ConnectionManager.coffee b/services/web/public/coffee/ide/connection/ConnectionManager.coffee index a6031bb29d..2cd5d57d6d 100644 --- a/services/web/public/coffee/ide/connection/ConnectionManager.coffee +++ b/services/web/public/coffee/ide/connection/ConnectionManager.coffee @@ -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() diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index ae195f6351..e212e463c6 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -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;