Skip to content
Snippets Groups Projects
Commit a4239a83 authored by Rachel TORCHET's avatar Rachel TORCHET
Browse files

Compound_card : Update compound header aspect

parent 838b956d
No related branches found
No related tags found
No related merge requests found
Pipeline #21678 passed
...@@ -31,11 +31,12 @@ ...@@ -31,11 +31,12 @@
{{ compound.id }}{% endblock %} {{ compound.id }}{% endblock %}
</div> </div>
</nav> </nav>
<div class="container-fluid inner-wrap compound_header_title" id="compound_header_title" style="margin-bottom: 18px; border-radius: 3px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);"> <div class="container-fluid inner-wrap compound_header_title" id="compound_header_title" style="margin-bottom: 18px; border-radius: 3px; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);">
<div class="row" style="display: flex;"> <div class="row">
{% include "compound_smiles_draw.html" with id=compound.id smile=compound.canonical_smile width=150 height=150%} {% include "compound_smiles_draw.html" with id=compound.id smile=compound.canonical_smile width=150 height=150%}
<div class="{% if compound.is_validated is False %}bg_warning{% endif %}" style="margin: auto;"> <div class="{% if compound.is_validated is False %}bg_warning{% endif %}" style="display: flex;
<h1 class="page-title">Compound {{ compound.id }}</h1> align-items: center;">
<h1 class="page-title" style="margin: 0;">Compound {{ compound.id }}</h1>
{% if compound.is_validated is False %} {% if compound.is_validated is False %}
<h3 class="ml-2">This compound has not been validated by a curator yet, data might be incomplete or <h3 class="ml-2">This compound has not been validated by a curator yet, data might be incomplete or
inaccurate</h3> inaccurate</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment