mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 02:19:23 +02:00
Table USWDS markup on change_list, after findings from 831
This commit is contained in:
parent
19f67a177c
commit
e4cad0d226
2 changed files with 10 additions and 1 deletions
|
@ -125,6 +125,15 @@ table > caption > a {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.change-list {
|
||||||
|
.usa-table--striped tbody tr:nth-child(odd) td,
|
||||||
|
.usa-table--striped tbody tr:nth-child(odd) th,
|
||||||
|
.usa-table td,
|
||||||
|
.usa-table th {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#nav-sidebar {
|
#nav-sidebar {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ Load our custom filters to extract info from the django generated markup.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if results %}
|
{% if results %}
|
||||||
<div class="results override-change_list_results">
|
<div class="results override-change_list_results">
|
||||||
<table id="result_list">
|
<table id="result_list" class="usa-table usa-table--borderless usa-table--striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue