Move AJAX spinner to the left of the top bar

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-07-07 00:43:14 -04:00
parent 080553c797
commit ec6a3bd960

View File

@@ -264,8 +264,8 @@ a i {
#ajax-spinner {
position: fixed;
top: 12px;
right: 10px;
top: 16px;
left: 10px;
z-index: 9999;
width: 25px;
height: 25px;