mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 13:06:30 +02:00
CSS
This commit is contained in:
parent
2223d496c1
commit
bc8a5cc0e7
2 changed files with 188 additions and 170 deletions
|
@ -619,9 +619,22 @@ address.dja-address-contact-list {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.django-admin__model-description{
|
div.django-admin__model-description{
|
||||||
|
p, li {
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
|
font-size: medium;
|
||||||
|
line-height: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
list-style-type: disc;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 2;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<div class="django-admin__model-description text-normal">
|
<span class="display-inline-flex">
|
||||||
|
<div class="django-admin__model-description text-normal">
|
||||||
{% if opts.model_name == 'domainrequest' %}
|
{% if opts.model_name == 'domainrequest' %}
|
||||||
<p>
|
<p>
|
||||||
This table contains all domain requests that have been started within the registrar and the status of those requests.
|
This table contains all domain requests that have been started within the registrar and the status of those requests.
|
||||||
|
@ -170,14 +171,18 @@
|
||||||
Once a verified-by-staff user has been added as a domain manager, they can be removed from this list,
|
Once a verified-by-staff user has been added as a domain manager, they can be removed from this list,
|
||||||
(However, if they are removed as a domain manager for all domains and they attempt to sign in again, they will be identity proofed by Login.gov).
|
(However, if they are removed as a domain manager for all domains and they attempt to sign in again, they will be identity proofed by Login.gov).
|
||||||
</p>
|
</p>
|
||||||
{% elif opts.model_name == 'websites' %}
|
{% elif opts.model_name == 'website' %}
|
||||||
<p>
|
<p>
|
||||||
This section lists all the “current websites” and “alternative domains” that users have submitted in domain requests since January 2024.
|
This table lists all the “current websites” and “alternative domains” that users have submitted in domain requests since January 2024.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This does not include any “requested domains” that have appeared within the <a href="{% url 'admin:registrar_domainrequest_changelist' %}">Domain requests</a> table.
|
This does not include any “requested domains” that have appeared within the <a href="{% url 'admin:registrar_domainrequest_changelist' %}">Domain requests</a> table.
|
||||||
Those names are managed in the <a href="{% url 'admin:registrar_draftdomain_changelist' %}">Draft domains<a/> table.
|
Those names are managed in the <a href="{% url 'admin:registrar_draftdomain_changelist' %}">Draft domains<a/> table.
|
||||||
</p>
|
</p>
|
||||||
|
{% else %}
|
||||||
|
<p>This table does not have a description yet.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<button class="usa-button usa-button--unstyled" type="button">Show more</button>
|
||||||
|
</span>
|
Loading…
Add table
Add a link
Reference in a new issue