mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Use default admin input
This commit is contained in:
parent
37430c552f
commit
efa8b7d0ef
2 changed files with 8 additions and 14 deletions
|
@ -271,18 +271,10 @@ h1, h2, h3,
|
|||
}
|
||||
}
|
||||
|
||||
.usa-button.admin-button{
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
background-color: var(--button-bg);
|
||||
}
|
||||
|
||||
.usa-button--secondary.admin-button{
|
||||
.cancel-extend-button{
|
||||
background-color: var(--delete-button-bg);
|
||||
}
|
||||
|
||||
// Button groups in /admin incorrectly have bullets.
|
||||
// Remove that!
|
||||
.usa-button-group .usa-button-group__item {
|
||||
list-style-type: none;
|
||||
.admin-confirm-button{
|
||||
text-transform: none;
|
||||
}
|
||||
|
|
|
@ -12,12 +12,14 @@
|
|||
<div class="desktop:flex-align-self-end">
|
||||
{% if original.state != original.State.DELETED %}
|
||||
<span class="admin-confirmation-buttons" hidden>
|
||||
<button type="submit" class="usa-button admin-button" name="_extend_expiration_date">Confirm extension</button>
|
||||
<button type="button" id="cancel-extend-button" class="usa-button usa-button--secondary admin-button">Cancel</button>
|
||||
<input class="default admin-confirm-button" type="submit" name="_extend_expiration_date" value="Confirm extension">
|
||||
{# todo: avoid this #}
|
||||
<span> </span>
|
||||
<input id="cancel-extend-button" class="cancel-extend-button" type="button" value="Cancel">
|
||||
</span>
|
||||
<input id="extend-expiration-button" type="button" value="Extend expiration date" class="custom-link-button">
|
||||
{% endif %}
|
||||
<span class="margin-left-05 margin-right-05 text-middle"> | </span>
|
||||
{% endif %}
|
||||
{% if original.state == original.State.READY %}
|
||||
<input type="submit" value="Place hold" name="_place_client_hold" class="custom-link-button">
|
||||
{% elif original.state == original.State.ON_HOLD %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue