From 8aca5758966d6bac15d455d1980272dec7d35b0a Mon Sep 17 00:00:00 2001 From: heralden Date: Mon, 3 Oct 2022 15:26:59 +0100 Subject: [PATCH 1/2] CSS overrides for new im-tables-3 version --- less/im-tables-overrides.less | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/less/im-tables-overrides.less b/less/im-tables-overrides.less index d866c4135..4cb577ffa 100644 --- a/less/im-tables-overrides.less +++ b/less/im-tables-overrides.less @@ -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 { From 69f8875378c68c8f842569ec07b27c29d113986c Mon Sep 17 00:00:00 2001 From: heralden Date: Mon, 28 Nov 2022 17:25:59 +0000 Subject: [PATCH 2/2] Update im-tables to 0.15.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f1c94b858..1f90c23af 100644 --- a/project.clj +++ b/project.clj @@ -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}}