Skip to content

Commit

Permalink
Merge pull request #3055 from dannon/cherrypick_masthead_fix
Browse files Browse the repository at this point in the history
Cherrypick masthead fix
  • Loading branch information
dannon committed Oct 14, 2016
2 parents e5913a4 + 6312d80 commit 28bb83f
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 32 deletions.
6 changes: 6 additions & 0 deletions client/galaxy/scripts/mvc/tool/tools.js
Expand Up @@ -633,6 +633,12 @@ var ToolSearchView = Backbone.View.extend({
if (!this.model.is_visible()) {
this.$el.hide();
}

// Adjust top for issue 2907 depending on whether the messagebox is visible.
if ($("#messagebox").is(":visible")) {
this.$el.css("top","95px");
}

this.$el.find('[title]').tooltip();
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/tool/tools.js.map

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions static/scripts/bundled/analysis.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js.map

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions static/scripts/bundled/libs.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/mvc/tool/tools.js

Large diffs are not rendered by default.

0 comments on commit 28bb83f

Please sign in to comment.