Skip to content
Snippets Groups Projects
Commit 72404407 authored by Gervaise Henry's avatar Gervaise Henry
Browse files

Shink the group dropdowns to same width as gene in Pd.deep

parent 65711bc0
Branches
Tags
2 merge requests!30Develop,!29Update 20120219
Pipeline #6057 passed with stages
in 39 seconds
......@@ -167,10 +167,10 @@
</style>
<script>
$(function () {
$("#populations").selectmenu({ width: 230 });
$("#populations").selectmenu({ width: 220, height: 1 });
});
$(function () {
$("#group").selectmenu({ width: 230 });
$("#group").selectmenu({ width: 220 });
});
$(function () {
var genes = {{ index .Site.Data.sc_data.hu_donor_pr_deep.genes }};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment