mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-30 04:53:09 +02:00
margin top
This commit is contained in:
parent
8a78c927ea
commit
c7a2daae2b
1 changed files with 4 additions and 4 deletions
|
@ -214,24 +214,24 @@
|
||||||
<tr class="edit-row display-none">
|
<tr class="edit-row display-none">
|
||||||
<td class="text-bottom">
|
<td class="text-bottom">
|
||||||
{% with sublabel_text="Numbers (0-9) only." %}
|
{% with sublabel_text="Numbers (0-9) only." %}
|
||||||
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error" use_small_sublabel_text=True %}
|
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error margin-top-0" use_small_sublabel_text=True %}
|
||||||
{% input_with_errors form.key_tag %}
|
{% input_with_errors form.key_tag %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-bottom">
|
<td class="text-bottom">
|
||||||
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error" use_small_sublabel_text=True %}
|
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error margin-top-0" use_small_sublabel_text=True %}
|
||||||
{% input_with_errors form.algorithm %}
|
{% input_with_errors form.algorithm %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-bottom">
|
<td class="text-bottom">
|
||||||
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error" use_small_sublabel_text=True %}
|
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error margin-top-0" use_small_sublabel_text=True %}
|
||||||
{% input_with_errors form.digest_type %}
|
{% input_with_errors form.digest_type %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-bottom">
|
<td class="text-bottom">
|
||||||
{% with sublabel_text="Numbers (0-9) and letters (a-f) only. SHA-1: 40 chars, SHA-256: 64 chars." %}
|
{% with sublabel_text="Numbers (0-9) and letters (a-f) only. SHA-1: 40 chars, SHA-256: 64 chars." %}
|
||||||
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error" use_small_sublabel_text=True %}
|
{% with attr_required=True add_initial_value_attr=True add_group_class="usa-form-group--unstyled-error margin-top-0" use_small_sublabel_text=True %}
|
||||||
{% input_with_errors form.digest %}
|
{% input_with_errors form.digest %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue