mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
h1 and table last column margin, padding
This commit is contained in:
parent
636fea2d99
commit
c8925b733b
2 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue