From d258b6e869d20cccd1c4206a313f0d8d8ab0ac03 Mon Sep 17 00:00:00 2001 From: agerbaud Date: Fri, 4 Aug 2017 15:44:26 +0200 Subject: [PATCH] Customized django admin styles for better coherence with bootstrap3 --- templates/admin/base.html | 2 +- templates/admin/index.html | 7 +- website/static/css/base-admin.css | 979 ++++++++++++++++++++++++++++++ website/static/css/base.css | 6 - 4 files changed, 984 insertions(+), 10 deletions(-) create mode 100644 website/static/css/base-admin.css diff --git a/templates/admin/base.html b/templates/admin/base.html index eeab338..96ba7c8 100644 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -3,7 +3,7 @@ {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block extrastyle %} - + {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} diff --git a/templates/admin/index.html b/templates/admin/index.html index 68075af..25d78cc 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -50,9 +50,10 @@ {% endblock %} {% block sidebar %} -