Skip to content

Commit

Permalink
tweak facet-clear button style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 11, 2012
1 parent f609af0 commit 6612c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion faceted_track_selector.css
Expand Up @@ -117,8 +117,10 @@
#faceted_tracksel .facetTitle a {
display: none;
}
#faceted_tracksel .facetTitle.selected a {
#faceted_tracksel .facetTitle.selected a.clearFacet {
display: block;
float: right;
padding: 4px 6px;
}


Expand Down
2 changes: 1 addition & 1 deletion js/View/TrackList/Faceted.js
Expand Up @@ -337,7 +337,7 @@ dojo.declare( 'JBrowse.View.TrackList.Faceted', null,
title: '<div id="facet_title_' + facetName +'" '
+ 'class="facetTitle">'
+ Util.ucFirst(facetName)
+ ' <a style="float: right"><img src="img/red_x.png" /></a>'
+ ' <a class="clearFacet"><img src="img/red_x.png" /></a>'
+ '</div>'
});
container.addChild(facetPane);
Expand Down

0 comments on commit 6612c9e

Please sign in to comment.