mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 11:29:25 +02:00
Collapse some content on DR and DI
This commit is contained in:
parent
e2974a8b8c
commit
aca65985b6
2 changed files with 46 additions and 0 deletions
|
@ -885,6 +885,14 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
||||||
"fields": [
|
"fields": [
|
||||||
"generic_org_type",
|
"generic_org_type",
|
||||||
"is_election_board",
|
"is_election_board",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"More details",
|
||||||
|
{
|
||||||
|
"classes": ["collapse"],
|
||||||
|
"fields": [
|
||||||
"federal_type",
|
"federal_type",
|
||||||
"federal_agency",
|
"federal_agency",
|
||||||
"tribe_name",
|
"tribe_name",
|
||||||
|
@ -900,6 +908,14 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
||||||
"fields": [
|
"fields": [
|
||||||
"organization_name",
|
"organization_name",
|
||||||
"state_territory",
|
"state_territory",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"More details",
|
||||||
|
{
|
||||||
|
"classes": ["collapse"],
|
||||||
|
"fields": [
|
||||||
"address_line1",
|
"address_line1",
|
||||||
"address_line2",
|
"address_line2",
|
||||||
"city",
|
"city",
|
||||||
|
@ -1092,6 +1108,14 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
||||||
"fields": [
|
"fields": [
|
||||||
"generic_org_type",
|
"generic_org_type",
|
||||||
"is_election_board",
|
"is_election_board",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"More details",
|
||||||
|
{
|
||||||
|
"classes": ["collapse"],
|
||||||
|
"fields": [
|
||||||
"federal_type",
|
"federal_type",
|
||||||
"federal_agency",
|
"federal_agency",
|
||||||
"tribe_name",
|
"tribe_name",
|
||||||
|
@ -1107,6 +1131,14 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
||||||
"fields": [
|
"fields": [
|
||||||
"organization_name",
|
"organization_name",
|
||||||
"state_territory",
|
"state_territory",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"More details",
|
||||||
|
{
|
||||||
|
"classes": ["collapse"],
|
||||||
|
"fields": [
|
||||||
"address_line1",
|
"address_line1",
|
||||||
"address_line2",
|
"address_line2",
|
||||||
"city",
|
"city",
|
||||||
|
|
|
@ -350,3 +350,17 @@ input.admin-confirm-button {
|
||||||
.errors span.select2-selection {
|
.errors span.select2-selection {
|
||||||
border: 1px solid var(--error-fg) !important;
|
border: 1px solid var(--error-fg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.module.collapse {
|
||||||
|
margin-top: -35px;
|
||||||
|
padding-top: 0;
|
||||||
|
border: none;
|
||||||
|
h2 {
|
||||||
|
background: none;
|
||||||
|
color: var(--body-fg)!important;
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: var(--link-fg);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue