GUAC-897 New loading styling belongs in ui.css, not status.css.

This commit is contained in:
James Muehlner
2014-11-19 23:13:40 -08:00
parent 41324be7b9
commit 14c6996267
2 changed files with 11 additions and 11 deletions

View File

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

View File

@@ -625,3 +625,14 @@ div.logout-panel {
.button.back {
background-image: url('images/action-icons/guac-back.png');
}
.loading {
background-image: url(images/spinner.gif);
background-position: center;
background-repeat: no-repeat;
min-height: 200px;
}
.loading * {
visibility: hidden;
}