Skip to content

Commit

Permalink
Changed css in base.less to allow tool search input field to
Browse files Browse the repository at this point in the history
remain fixed when a long list is being scroll. Issue 2375.
  • Loading branch information
galaxy committed Aug 4, 2016
1 parent 370c001 commit e13095d
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 32 deletions.
6 changes: 4 additions & 2 deletions client/galaxy/style/less/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ div.permissionContainer {
color: @base-text-color;
background: @side-panel-bg;
min-height: 100%;
padding: 5px 10px;
padding: 35px 10px;
}

div.toolSectionPad
Expand Down Expand Up @@ -1543,7 +1543,9 @@ div.toolTitleNoSection
#tool-search {
padding-top: 5px;
padding-bottom: 10px;
position: relative;
position: fixed;
top: 65px;
width: 210px;
}

// Dataset Display Styles
Expand Down
24 changes: 13 additions & 11 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/style/blue/base.css

Large diffs are not rendered by default.

0 comments on commit e13095d

Please sign in to comment.