mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 06:55:08 +02:00
More widths
This commit is contained in:
parent
87f2dea92c
commit
fdadd68b96
2 changed files with 42 additions and 22 deletions
|
@ -108,6 +108,13 @@
|
||||||
padding: units(2) units(2) units(2) 0;
|
padding: units(2) units(2) units(2) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead tr:first-child th:first-child {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dotgov-table__domain-requests {
|
||||||
th:nth-of-type(1) {
|
th:nth-of-type(1) {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
@ -127,9 +134,22 @@
|
||||||
th:nth-of-type(5) {
|
th:nth-of-type(5) {
|
||||||
width: 85px;
|
width: 85px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
thead tr:first-child th:first-child {
|
.dotgov-table__registered-domains {
|
||||||
border-top: none;
|
th:nth-of-type(1) {
|
||||||
}
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-of-type(2) {
|
||||||
|
width: 158px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-of-type(3) {
|
||||||
|
width: 215px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-of-type(4) {
|
||||||
|
width: 95px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<section class="section--outlined">
|
<section class="section--outlined">
|
||||||
<h2>Domains</h2>
|
<h2>Domains</h2>
|
||||||
{% if domains %}
|
{% if domains %}
|
||||||
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked">
|
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked dotgov-table__registered-domains">
|
||||||
<caption class="sr-only">Your registered domains</caption>
|
<caption class="sr-only">Your registered domains</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
<section class="section--outlined">
|
<section class="section--outlined">
|
||||||
<h2>Domain requests</h2>
|
<h2>Domain requests</h2>
|
||||||
{% if domain_requests %}
|
{% if domain_requests %}
|
||||||
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked">
|
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked dotgov-table__domain-requests">
|
||||||
<caption class="sr-only">Your domain requests</caption>
|
<caption class="sr-only">Your domain requests</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue