mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-23 04:49:23 +02:00
grey buttons in django admin now sentence case rather than capitalized
This commit is contained in:
parent
c5899a8773
commit
d9f0d8e84a
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ h1, h2, h3 {
|
||||||
.object-tools li a,
|
.object-tools li a,
|
||||||
.object-tools p a {
|
.object-tools p a {
|
||||||
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
||||||
text-transform: capitalize!important;
|
text-transform: none!important;
|
||||||
font-size: 14px!important;
|
font-size: 14px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
{% if has_add_permission %}
|
{% if has_add_permission %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{% url 'admin:registrar_domain_add' %}" class="addlink">
|
<a href="{% url 'admin:registrar_domain_add' %}" class="addlink">
|
||||||
Add Domain
|
Add domain
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue