Skip to content

Commit

Permalink
tweak some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 23, 2012
1 parent cbf3c43 commit 7b286ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions faceted_track_selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
}
#faceted_tracksel .gridPane .gridControls {
padding: 2px 3px;
font-size: 110%;
}
.tundra #faceted_tracksel .gridPane .gridControls {
background: #e9e9e9;
Expand Down
2 changes: 1 addition & 1 deletion js/View/TrackList/Faceted.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ dojo.declare( 'JBrowse.View.TrackList.Faceted', null,
}),
style: {
position: 'absolute',
right: '12px',
right: '4px',
top: '20%'
}
}, this.textFilterLabel );
Expand Down

0 comments on commit 7b286ac

Please sign in to comment.