From 565b100f9d97214043ae93c51d276951a65331e8 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 11 Aug 2009 09:45:18 -0700 Subject: Refactored the UI to be a right hand side vertical toolbar. DebugPanel subclass grew a subtitle method to display informative text under the title. --- debug_toolbar/templates/debug_toolbar/base.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 52b7a5b..e3681b2 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -19,7 +19,7 @@ {% for panel in panels %} -- cgit v1.2.3 From c67c719047645381011f02c56daaa152efbf796c Mon Sep 17 00:00:00 2001 From: Idan Gazit Date: Wed, 12 Aug 2009 04:37:47 +0300 Subject: toolbar restyling, switched to non-minified css/js --- debug_toolbar/templates/debug_toolbar/base.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index e3681b2..f6a508d 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -7,13 +7,14 @@ document.write(unescape('%3Cscript src="' + jquery_url + '" type="text/javascript"%3E%3C/script%3E')); } - + +