mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Minor cosmetic fix.
Signed-off-by: Jannis Leidel <jannis@leidel.info>
This commit is contained in:
parent
52cbce7a08
commit
abd42df304
1 changed files with 14 additions and 14 deletions
|
|
@ -7,20 +7,20 @@
|
|||
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/changelists.css' %}" />
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/forms.css' %}" />
|
||||
{{ media.css }}
|
||||
<style>
|
||||
#result_list .changed {
|
||||
background-color: #ffc;
|
||||
}
|
||||
#changelist table thead th .text {
|
||||
padding: 2px 5px;
|
||||
}
|
||||
#changelist table tbody td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
.help {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
#result_list .changed {
|
||||
background-color: #ffc;
|
||||
}
|
||||
#changelist table thead th .text {
|
||||
padding: 2px 5px;
|
||||
}
|
||||
#changelist table tbody td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
.help {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue