From 547fb77c2440c2000194d8ca660e0338ae080190 Mon Sep 17 00:00:00 2001 From: Audrey Roy Date: Sun, 19 May 2013 13:29:28 +0200 Subject: [PATCH] Stub out more UI parts for #81 --- .../themes/bootstrap/css/bootstrap-custom.css | 15 +++++ djadmin2/templates/admin2/bootstrap/base.html | 1 + .../templates/admin2/bootstrap/index.html | 63 ++++++++++++------- 3 files changed, 58 insertions(+), 21 deletions(-) create mode 100644 djadmin2/static/themes/bootstrap/css/bootstrap-custom.css diff --git a/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css b/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css new file mode 100644 index 0000000..6a29526 --- /dev/null +++ b/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css @@ -0,0 +1,15 @@ +/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */ +.text-right +{ + text-align: right !important; +} + +.text-center +{ + text-align: center !important; +} + +.text-left +{ + text-align: left !important; +} \ No newline at end of file diff --git a/djadmin2/templates/admin2/bootstrap/base.html b/djadmin2/templates/admin2/bootstrap/base.html index 231b9a8..546f26f 100644 --- a/djadmin2/templates/admin2/bootstrap/base.html +++ b/djadmin2/templates/admin2/bootstrap/base.html @@ -7,6 +7,7 @@ + +
+

Recent Actions

+
My Actions
+ TODO +
+ {% endblock content %}