mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
CSSing withdraw button
This commit is contained in:
parent
743c3cb7e7
commit
7a96aff9fe
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@
|
||||||
aria-labelledby="summary-box-key-information"
|
aria-labelledby="summary-box-key-information"
|
||||||
summary-box-background-color="gray-90"
|
summary-box-background-color="gray-90"
|
||||||
>
|
>
|
||||||
<div class="usa-summary-box__body">
|
<div class="usa-summary-box__body" style="display:inline-table;">
|
||||||
<h3 class="usa-summary-box__heading" id="summary-box-key-information">
|
<h3 class="usa-summary-box__heading" id="summary-box-key-information">
|
||||||
Status:
|
Status:
|
||||||
</h3>
|
</h3>
|
||||||
{% if domainapplication.status == 'approved' %} Approved
|
{% if domainapplication.status == 'approved' %} Approved
|
||||||
{% elif domainapplication.status == 'investigating' %} In Review
|
{% elif domainapplication.status == 'investigating' %} In Review
|
||||||
{% elif domainapplication.status == 'submitted' %} Submitted
|
{% elif domainapplication.status == 'submitted' %} Received
|
||||||
{% else %}ERROR Please contact technical support/dev
|
{% else %}ERROR Please contact technical support/dev
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div></div>
|
</div></div>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<p>{% include "includes/domain_application.html" %}</p>
|
<p>{% include "includes/domain_application.html" %}</p>
|
||||||
|
|
||||||
<p>withdraw</p>
|
<p><button type="" class="usa-button usa-button--outline withdraw_outline">Withdraw Request</button></p>
|
||||||
|
|
||||||
<p>Summary of request</p>
|
<p>Summary of request</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue