1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

Make loading indicator wider (#19097).

Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@14823 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-11-07 13:44:34 +00:00
parent acafdb524d
commit f4e24d5f7d

View File

@ -694,6 +694,12 @@
float: right;
}
/* loading indicator */
#ajax-indicator {
width: 60%;
left: 20%;
}
/*----------------------------------------*\
F) PAGE SPECIFIC STYLES
\*----------------------------------------*/