summaryrefslogtreecommitdiff
path: root/design/templates/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/admin/index.html')
-rw-r--r--design/templates/admin/index.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html
index f8d201f..f7e043a 100644
--- a/design/templates/admin/index.html
+++ b/design/templates/admin/index.html
@@ -1,7 +1,20 @@
{% extends "admin/base_site.html" %}
{% load i18n admin_static %}
-{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/dashboard.css" %}" />{% endblock %}
+{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/dashboard.css" %}" />
+<style>
+.module caption {
+ padding: 5px;
+}
+td, th {
+ font-size: 12px;
+ padding: 5px 8px;
+}
+.module {
+ margin-bottom: 20px;
+}
+</style>
+{% endblock %}
{% block coltype %}colMS{% endblock %}