Skip to content

Commit

Permalink
Merge pull request #838 from heralden/im-tables/0.15.0
Browse files Browse the repository at this point in the history
Update im-tables to 0.15.0
  • Loading branch information
heralden authored Nov 28, 2022
2 parents 81a6e0d + 69f8875 commit 433b0e3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions less/im-tables-overrides.less
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,30 @@
padding: 0.5em 1em;
}
}

.exporttable-body {
// BG's CSS loves breaking things! This reverts the changes that make it unusable.

label {
color: #444;

}

input[type="radio"] {
opacity: 1;
height: auto;
width: auto;
overflow: auto;
}

.radio label {
padding-left: 35px;
}

.optional-attributes > label input[type="checkbox"] {
margin-left: 15px;
}
}
}

.results-and-enrichment {
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

; Intermine Assets
[org.intermine/imcljs "1.6.0"]
[org.intermine/im-tables "0.14.1"]
[org.intermine/im-tables "0.15.0"]
[org.intermine/bluegenes-tool-store "0.2.3"]]

:deploy-repositories {"clojars" {:sign-releases false}}
Expand Down

0 comments on commit 433b0e3

Please sign in to comment.