diff --git a/less/im-tables-overrides.less b/less/im-tables-overrides.less index d866c413..4cb577ff 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 { diff --git a/project.clj b/project.clj index f1c94b85..1f90c23a 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}}