summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-07 13:44:34 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-07 13:44:34 +0000
commitf4e24d5f7d239ea15af6c5c2cd3936e5d6904f3a (patch)
tree9eb3a6a6bd63ba89021a61272bcdb895ad9deab5 /public/stylesheets
parentacafdb524df8d42f8796525c04dd88b4b20c3c7a (diff)
downloadredmine-f4e24d5f7d239ea15af6c5c2cd3936e5d6904f3a.tar.gz
redmine-f4e24d5f7d239ea15af6c5c2cd3936e5d6904f3a.zip
Make loading indicator wider (#19097).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14823 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/responsive.css6
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
\*----------------------------------------*/