style: Fixed indentation for visible heirarchy
This commit is contained in:
parent
f5594c865d
commit
3a32596784
@ -27,11 +27,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
|
|
||||||
<div class="row transaction-subheading">
|
<div class="row transaction-subheading">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<span class="font-md indicator-pill {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgrey") }}">
|
<span class="font-md indicator-pill {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgrey") }}">
|
||||||
@ -110,7 +108,6 @@
|
|||||||
|
|
||||||
{% if enabled_checkout and ((doc.doctype=="Sales Order" and doc.per_billed <= 0)
|
{% if enabled_checkout and ((doc.doctype=="Sales Order" and doc.per_billed <= 0)
|
||||||
or (doc.doctype=="Sales Invoice" and doc.outstanding_amount > 0)) %}
|
or (doc.doctype=="Sales Invoice" and doc.outstanding_amount > 0)) %}
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -176,6 +173,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if doc.terms %}
|
{% if doc.terms %}
|
||||||
<div class="terms-and-condition text-muted small">
|
<div class="terms-and-condition text-muted small">
|
||||||
<hr><p>{{ doc.terms }}</p>
|
<hr><p>{{ doc.terms }}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user