core: hide spinner for initial install

core/js/setup.js has logic to show the spinner upon form submission, but
ever since v12 was released the spinner was never hidden in the first
place.

Modify core/css/guest.css to hide it, which allows core/js/setup.js to
do its thing.

Fix #5532

Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
This commit is contained in:
Kyle Fazzari 2017-11-03 13:54:56 -07:00 committed by Morris Jobke
parent 0756fc0893
commit 653c385d62
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

View file

@ -582,6 +582,8 @@ p.info {
.float-spinner {
margin-top: -32px;
padding-top: 32px;
height: 32px;
display: none;
}
[class^='icon-'], [class*=' icon-'] {
background-repeat: no-repeat;