Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace loading.gif globally with new color-themed animation.
Signed-off-by: Anil Dash <anil@dashes.com>
  • Loading branch information
anildash authored and ginatrapani committed Mar 26, 2012
1 parent 0e5e507 commit 7beb29d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion webapp/_lib/view/account.appconfig.tpl
Expand Up @@ -168,7 +168,7 @@
</div>

<div style="text-align: center" id="save_setting_image">
<img id="save_setting_image" src="{$site_root_path}assets/img/loading.gif" width="31" height="31"
<img id="save_setting_image" src="{$site_root_path}assets/img/loading.gif" width="50" height="50"
style="display: none; margin: 10px;"/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion webapp/_lib/view/account.index.tpl
Expand Up @@ -61,7 +61,7 @@
<div class="section thinkup-canvas clearfix" id="app_settings">
<div style="text-align: center" id="app_setting_loading_div">
Loading application settings...<br /><br />
<img src="{$site_root_path}assets/img/loading.gif" width="31" height="31" />
<img src="{$site_root_path}assets/img/loading.gif" width="50" height="50" />
</div>
<div id="app_settings_div" style="display: none;">
{include file="account.appconfig.tpl"}
Expand Down
2 changes: 1 addition & 1 deletion webapp/_lib/view/install.backup.tpl
Expand Up @@ -71,7 +71,7 @@
style="margin: 20px 0px 50px 20px;" action="{$site_root_path}install/backup.php">

<div id="uploading-status" style="display: none;">
<img src="{$site_root_path}assets/img/loading.gif" width="31" height="31" />
<img src="{$site_root_path}assets/img/loading.gif" width="50" height="50" />
</div>

<label for="backup_file">
Expand Down
2 changes: 1 addition & 1 deletion webapp/_lib/view/install.upgrade-application.tpl
Expand Up @@ -30,7 +30,7 @@
<a href="{$site_root_path}install/upgrade-application.php?run_update=1" onclick="$('#update-spinner').show();" class="linkbutton emphasized">Upgrade ThinkUp</a>
</p>
<p id="update-spinner" style="text-align: center; display: none;">
<img src="{$site_root_path}assets/img/loading.gif" width="31" height="31" />
<img src="{$site_root_path}assets/img/loading.gif" width="50" height="50" />
</p>
</div>
{/if}
Expand Down
2 changes: 1 addition & 1 deletion webapp/_lib/view/install.upgrade-database.tpl
Expand Up @@ -83,7 +83,7 @@ document.getElementById(o).style.display='block';

<div style="text-align:center; height: 31px;">
<img src="{$site_root_path}assets/img/loading.gif" style="display: none;"
id="migrate_spinner" width="31" height="31">
id="migrate_spinner" width="50" height="50">
</div>

<div id="migration-status" style="margin: 20px; display: none;">
Expand Down
Binary file modified webapp/assets/img/loading.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7beb29d

Please sign in to comment.