1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/208e514d485b/ Changeset: 208e514d485b User: james_taylor Date: 2013-09-26 22:55:24 Summary: style: fix progress bars in modals Affected #: 2 files diff -r c4b5f082ead51a655f24fe5a2478996ee3bde95c -r 208e514d485b5787d0a37411cf2f50aad73ae3f5 static/scripts/galaxy.panels.js --- a/static/scripts/galaxy.panels.js +++ b/static/scripts/galaxy.panels.js @@ -154,7 +154,7 @@ // Body var body = options.body; if ( body == "progress" ) { - body = $("<div class='progress progress-striped active'><div class='bar' style='width: 100%'></div></div>"); + body = $("<div class='progress progress-striped active'><div class='progress-bar' style='width: 100%'></div></div>"); } this.$body.html( body ); }, diff -r c4b5f082ead51a655f24fe5a2478996ee3bde95c -r 208e514d485b5787d0a37411cf2f50aad73ae3f5 templates/webapps/galaxy/workflow/editor.mako --- a/templates/webapps/galaxy/workflow/editor.mako +++ b/templates/webapps/galaxy/workflow/editor.mako @@ -287,7 +287,7 @@ <%def name="overlay(visible=False)"> ${parent.overlay( "Loading workflow editor...", - "<div class='progress progress-striped progress-info active'><div class='bar' style='width: 100%;'></div></div>", self.overlay_visible )} + "<div class='progress progress-striped progress-info active'><div class='progress-bar' style='width: 100%;'></div></div>", self.overlay_visible )} </%def><%def name="left_panel()"> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.