mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-17 15:04:11 +02:00
Add padding for mobile view
This commit is contained in:
parent
90760e6d43
commit
693058c02a
2 changed files with 8 additions and 1 deletions
|
@ -29,6 +29,13 @@
|
||||||
th.action-col-custom-width {
|
th.action-col-custom-width {
|
||||||
width: 27% !important;
|
width: 27% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fix margins in mobile view
|
||||||
|
@media screen {
|
||||||
|
td.tablet-margin-top-5 {
|
||||||
|
margin-top: 40px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dotgov-table {
|
.dotgov-table {
|
||||||
|
|
|
@ -147,7 +147,7 @@
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
{% if has_deletable_applications %}
|
{% if has_deletable_applications %}
|
||||||
<td>
|
<td class="tablet-margin-top-5">
|
||||||
{% if application.status == "started" or application.status == "withdrawn" %}
|
{% if application.status == "started" or application.status == "withdrawn" %}
|
||||||
<a
|
<a
|
||||||
id="button-toggle-delete-domain-alert-{{ forloop.counter }}"
|
id="button-toggle-delete-domain-alert-{{ forloop.counter }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue