diff options
-rw-r--r-- | core/css/guest.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 576efafec5f..79c98d37f5f 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -624,6 +624,8 @@ p.info { .float-spinner { margin-top: -32px; padding-top: 32px; + height: 32px; + display: none; } [class^='icon-'], [class*=' icon-'] { background-repeat: no-repeat; |