Skip to content

Commit

Permalink
make Clear All Filters button a little bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 10, 2012
1 parent 7166bde commit cb05872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions faceted_track_selector.css
Expand Up @@ -26,6 +26,11 @@
background: #e9e9e9;
padding: 2px 3px;
}
#faceted_tracksel .gridPane .gridControls button {
height: 2.2em;
margin: 4px;
}

#faceted_tracksel label.textFilterControl {
display: block;
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion js/View/TrackList/Faceted.js
Expand Up @@ -175,7 +175,7 @@ dojo.declare( 'JBrowse.View.TrackList.Faceted', null,
content: [
dojo.create( 'button', {
className: 'clear_filters',
innerHTML:'<img style="position: relative; bottom: -2px;" src="img/red_x.png">'
innerHTML:'<img style="position: relative; bottom: -3px;" src="img/red_x.png">'
+ ' Clear All Filters',
onclick: dojo.hitch( this, function(evt) {
this.textFilterInput.value = '';
Expand Down

0 comments on commit cb05872

Please sign in to comment.