From f4e24d5f7d239ea15af6c5c2cd3936e5d6904f3a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 7 Nov 2015 13:44:34 +0000 Subject: [PATCH] Make loading indicator wider (#19097). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14823 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 \*----------------------------------------*/ -- 2.39.5