Add fields layout for TeacherAdmin

This commit is contained in:
Claude Paroz 2018-02-19 09:37:13 +01:00
parent 2b678f186e
commit 5891cc2c43
7 changed files with 18 additions and 11 deletions

View file

@ -2,11 +2,7 @@
{% load i18n admin_static %}
{% block extrastyle %}{{ block.super }}
<link rel="stylesheet" type="text/css" href="{% static "admin/css/dashboard.css" %}">
<style>
ul#main { margin: 1em; }
ul#main li { font-size: 14px; }
</style>
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/dashboard.css' %}">
{% endblock %}
{% block coltype %}colMS{% endblock %}