mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ Load our custom filters to extract info from the django generated markup.
|
|||
{% endif %}
|
||||
{% if 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>
|
||||
<tr>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue