diff --git a/rnacentral/portal/static/css/goflow-reasoning.css b/rnacentral/portal/static/css/goflow-reasoning.css index 496610b8d..069bb16ce 100644 --- a/rnacentral/portal/static/css/goflow-reasoning.css +++ b/rnacentral/portal/static/css/goflow-reasoning.css @@ -202,14 +202,16 @@ details .reasoning-text { } /* Annotation, PMCID, and targets */ -.annotation, .pmcid, .targets-list { - background: #e7f3ff; +.annotation, .pmcid, .targets-list { padding: 12px; border-radius: 6px; - border-left: 4px solid var(--c-secondary); margin-top: 10px; } +.annotation, .targets-list{ + background: #e7f3ff; +} + .targets-list p, .annotation p, .targets p{ margin: 0; font-weight: 600; diff --git a/rnacentral/portal/static/js/components/sequence/goflow-reasoning/goflow-reasoning.html b/rnacentral/portal/static/js/components/sequence/goflow-reasoning/goflow-reasoning.html index 5e99718b6..31dcde44e 100644 --- a/rnacentral/portal/static/js/components/sequence/goflow-reasoning/goflow-reasoning.html +++ b/rnacentral/portal/static/js/components/sequence/goflow-reasoning/goflow-reasoning.html @@ -12,6 +12,29 @@
+ + +
+
Annotation
+ +
+ + +
+
Identified Targets
+
+

{{ goflowData.targets }}

+

{{ goflowData.target }}

+
+
@@ -175,14 +198,6 @@
- -
-
Identified Targets
-
-

{{ goflowData.targets }}

-

{{ goflowData.target }}

-
-
PMCID
@@ -197,19 +212,7 @@
- -
-
Annotation
-
-

- - {{goflowData.annotation.BP.involved_in}} - -

-
-
+