minor color and layout changes in admin interface

This commit is contained in:
artus40
2017-09-01 15:59:07 +02:00
parent f91d94685d
commit dfc9a40800
10 changed files with 1120 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
{{ media }}
{% endblock %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}" />{% endblock %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "css/admin/forms.css" %}" />{% endblock %}
{% block coltype %}colM{% endblock %}