diff --git a/planet/static/css/main.css b/planet/static/css/main.css index 6ac3028..a1ab4a2 100644 --- a/planet/static/css/main.css +++ b/planet/static/css/main.css @@ -72,6 +72,9 @@ textarea.form-control { margin-top: 5px; } +/* + Cytoscape +*/ #cy { min-height: 800px; @@ -88,6 +91,12 @@ textarea.form-control { top: 1em; } +#legend { + display:none; + margin-top:800px; +} + + .panel-scroll { height:250px; max-height: 250px; width: 100%; margin: 0; overflow-y: auto; } /* @@ -302,11 +311,18 @@ submenu border-radius: 6px 0 6px 6px; } -#legend { - display:none; - margin-top:800px; -} - +/* Breadcrumb */ .breadcrumb { margin-top:15px +} + +/* Headers */ + +.banner-blue { + color: white; + padding: 8px 15px; + margin-bottom: 15px; + list-style: none; + background-color: #428bca; + border-radius: 4px; } \ No newline at end of file diff --git a/planet/templates/modals/sequence.html b/planet/templates/modals/sequence.html index 43cb3ea..9166a97 100644 --- a/planet/templates/modals/sequence.html +++ b/planet/templates/modals/sequence.html @@ -1,8 +1,8 @@
Aliases : {{sequence.aliases}}
+ {%endif%} {% if sequence.description %}Description: {{sequence.description}}
@@ -27,16 +30,21 @@Sequence: coding (download) {%- if sequence.type == 'protein_coding' -%}, protein (download) {% endif %}
+Gene families: {%- if families|count > 0 -%}{%- for family in families -%} + {{ family.name }} ({{ family.method.method }}) {%- if not loop.last -%}, {% endif %} + {% endfor %} {% else %}No families found for this sequence{% endif %}
+Sequence: coding (download) {%- if sequence.type == 'protein_coding' -%}, protein (download) {% endif %}
Note:Only the main profile, including all conditions, is shown. Additional statistics and tissue specific profiles are available here.
{% endif %} {% endfor %} {% if expression_profiles|count > 1 %} @@ -61,12 +69,11 @@No GO annotation available for this sequence
{% endif %} @@ -212,41 +221,8 @@Name | -Method | -
---|---|
{{ family.name }} | -{{ family.method.method }} | -
This sequence isn't a member of any gene families
-