GUAC-897 Using a spinner instead of a distracting modal.

This commit is contained in:
James Muehlner
2014-11-19 23:01:23 -08:00
parent 683fc4475b
commit 41324be7b9
7 changed files with 20 additions and 30 deletions

View File

@@ -109,3 +109,14 @@
.shown .status {
visibility: visible;
}
.loading {
background-image: url(images/spinner.gif);
background-position: center;
background-repeat: no-repeat;
min-height: 200px;
}
.loading * {
visibility: hidden;
}