mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
added changes from @igorkorenfeld -thanks-
This commit is contained in:
parent
7ed53ace50
commit
5a5fbefa6a
2 changed files with 13 additions and 5 deletions
|
@ -334,6 +334,11 @@ section.dashboard {
|
|||
word-break: break-word;
|
||||
}
|
||||
|
||||
.dotgov-status-box {
|
||||
background-color: color('primary-lightest');
|
||||
border-color: color('accent-cool-lighter');
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
padding-top: units(3);
|
||||
padding-bottom: units(6) * 2 ; //Workaround because USWDS units jump from 10 to 15
|
||||
|
|
|
@ -10,14 +10,17 @@
|
|||
<p><h1>Domain request for {{ domainapplication.requested_domain.name }}</h1></p>
|
||||
|
||||
<div
|
||||
class="usa-summary-box"
|
||||
class="usa-summary-box dotgov-status-box margin-top-3"
|
||||
role="region"
|
||||
aria-labelledby="summary-box-key-information"
|
||||
>
|
||||
<div class="usa-summary-box__body" style="display:inline-table;">
|
||||
<h3 class="usa-summary-box__heading" id="summary-box-key-information">
|
||||
<div class="usa-summary-box__body">
|
||||
<p class="usa-summary-box__heading font-sans-md margin-bottom-0"
|
||||
id="summary-box-key-information"
|
||||
>
|
||||
<span class="text-bold text-primary-darker">
|
||||
Status:
|
||||
</h3>
|
||||
</span>
|
||||
{% if domainapplication.status == 'approved' %} Approved
|
||||
{% elif domainapplication.status == 'investigating' %} In Review
|
||||
{% elif domainapplication.status == 'submitted' %} Received
|
||||
|
@ -27,7 +30,7 @@
|
|||
<p> <b class="review__step__name">Last updated:</b> {{domainapplication.updated_at|date:"F j, Y"}}<br>
|
||||
<b class="review__step__name">Request #:</b> {{domainapplication.id}}</p>
|
||||
|
||||
<p>{% include "includes/domain_application.html" %}</p><br>
|
||||
<p>{% include "includes/domain_application.html" %}</p>
|
||||
|
||||
<p><button type="" class="usa-button usa-button--outline withdraw_outline">Withdraw Request</button></p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue