From 38039b5eeb7ef14ec711e6bf60e2408d6313fc1e Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 28 May 2013 18:26:55 -0400 Subject: [PATCH] make spinner visible, fixes #1531 --- css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 75169ea1c..1820ac4a5 100644 --- a/css/app.css +++ b/css/app.css @@ -47,7 +47,8 @@ body { position: absolute; height: 40px; width: 40px; - right: 10px; + right: 33.3333%; + margin-right: 10px; top: 10px; margin: auto; border-radius: 4px;