New header spinner

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik
2013-11-07 10:59:52 +01:00
committed by Martin Kosek
parent 266a39de7f
commit fe23350432
4 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ app_DATA = \
reset-icon.png \
search-background.png \
search-icon.png \
spinner-header.gif \
spinner-header-1.gif \
spinner-small.gif \
static-background.png \
subnav-background.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -141,7 +141,7 @@ define(['dojo/_base/declare',
}, this.nav_util_tool_node);
construct.create('img', {
'src': 'images/spinner-header.gif'
src: 'images/spinner-header-1.gif'
}, network_activity);
var user_toggle = this._render_user_toggle_nodes();