h1 and table last column margin, padding

This commit is contained in:
Rachid Mrad 2025-03-05 19:52:14 -05:00
parent 636fea2d99
commit c8925b733b
No known key found for this signature in database
2 changed files with 8 additions and 3 deletions

View file

@ -11,6 +11,11 @@ th {
border: none;
}
td.padding-right-0,
th.padding-right-0 {
padding-right: 0;
}
tr:first-child th:first-child {
border-top: none;
}

View file

@ -115,7 +115,7 @@
<tr>
<th scope="col" role="columnheader">Name servers</th>
<th scope="col" role="columnheader"><span class="sr-only">IP address</span></th>
<th scope="col" role="columnheader" class="width-0">Action</th>
<th scope="col" role="columnheader" class="width-0 padding-right-0">Action</th>
</tr>
</thead>
<tbody>
@ -131,7 +131,7 @@
<!-- Readonly row -->
<tr>
<td colspan="2" aria-colspan="2">{{ form.server.value }} {% if form.ip.value %}({{ form.ip.value }}){% endif %}</td>
<td>
<td class="padding-right-0">
<div class="tablet:display-flex tablet:flex-row">
<button type="button" class='usa-button usa-button--unstyled margin-right-2 margin-top-0 nameserver-edit'>
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
@ -195,7 +195,7 @@
{% input_with_errors form.ip %}
{% endwith %}
</td>
<td>
<td class="padding-right-0">
<button class="usa-button usa-button--unstyled display-block margin-top-1" type="submit">Save</button>
<button