git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ReportingTools@92814 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
Package: ReportingTools |
2 | 2 |
Title: Tools for making reports in various formats |
3 |
-Version: 2.5.4 |
|
3 |
+Version: 2.5.5 |
|
4 | 4 |
Author: Jason A. Hackney, Melanie Huntley, Jessica L. Larson, Christina |
5 | 5 |
Chaivorapol, Gabriel Becker, and Josh Kaminker |
6 | 6 |
Maintainer: Jason A. Hackney <hackney.jason@gene.com>, Gabriel Becker |
... | ... |
@@ -137,9 +137,9 @@ table.table thead .sorting_desc_disabled { |
137 | 137 |
} |
138 | 138 |
|
139 | 139 |
/* icons for sorting */ |
140 |
-table.table thead th.sorting { background: transparent url('images/sort_both.yo.png') no-repeat center; background-position: 96% 50% } |
|
141 |
-table.table thead th.sorting_asc { background: transparent url('images/sort_asc.yo.png') no-repeat center; background-position: 96% 50% } |
|
142 |
-table.table thead th.sorting_desc { background: transparent url('images/sort_desc.yo.png') no-repeat center;background-position: 96% 50% } |
|
140 |
+table.table thead th.sorting { background: transparent url('images/sort_both.png') no-repeat center; background-position: 96% 50% } |
|
141 |
+table.table thead th.sorting_asc { background: transparent url('images/sort_asc.png') no-repeat center; background-position: 96% 50% } |
|
142 |
+table.table thead th.sorting_desc { background: transparent url('images/sort_desc.png') no-repeat center;background-position: 96% 50% } |
|
143 | 143 |
|
144 | 144 |
table.table thead .sorting_asc_disabled { background: #515151 url('images/sort_asc_disabled.png') no-repeat center right; color: white; } |
145 | 145 |
table.table thead .sorting_desc_disabled { background: #515151 url('images/sort_desc_disabled.png') no-repeat center right; color: white;} |