Minor cosmetic fix.

Signed-off-by: Jannis Leidel <jannis@leidel.info>
This commit is contained in:
Jannis Leidel 2014-11-27 17:53:12 +01:00
parent 52cbce7a08
commit abd42df304

View file

@ -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 %}