Skip to content

Commit

Permalink
Merge pull request #2000 from martenson/fix-lib-icons
Browse files Browse the repository at this point in the history
libraries: change default size of fa in iconspans
  • Loading branch information
jmchilton committed Mar 25, 2016
2 parents 0f099b7 + e1fcbc7 commit 6aaec50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions client/galaxy/style/less/library.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
@import "galaxy_bootstrap/variables.less";
@import "galaxy_variables.less";

.library_style_container .fa{
font-size: 12px;
}
.library_style_container .fa-globe{
font-size: initial;
}

.libraryRow {
background-color: @table-heading-bg;
}
Expand Down
2 changes: 1 addition & 1 deletion static/style/blue/base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/style/blue/library.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6aaec50

Please sign in to comment.