Add fields layout for TeacherAdmin
This commit is contained in:
parent
2b678f186e
commit
5891cc2c43
7 changed files with 18 additions and 11 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue