diff options
-rw-r--r-- | public/stylesheets/responsive.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 3802fc538..8ca3be5c8 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -694,6 +694,12 @@ float: right; } + /* loading indicator */ + #ajax-indicator { + width: 60%; + left: 20%; + } + /*----------------------------------------*\ F) PAGE SPECIFIC STYLES \*----------------------------------------*/ |