GUAC-975: Only display views once critical data is loaded.

This commit is contained in:
Michael Jumper
2015-01-04 18:09:35 -08:00
parent 5a6a23cdd7
commit 47d03a8974
11 changed files with 481 additions and 217 deletions

View File

@@ -25,6 +25,14 @@
min-height: 200px;
}
.view.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.loading * {
visibility: hidden;
}