summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-12-01 23:11:33 -0500
committerluxagraf <sng@luxagraf.net>2015-12-01 23:11:33 -0500
commite13535d11794b110b1a8c269721171ff7b062268 (patch)
treef3361ee44a7abe7639cc590311b3e69f2d3474e5 /design
parent44a24b136e00958176fbe63bb302536a59658bbf (diff)
dupe
Diffstat (limited to 'design')
-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 %}