From 2d111738f366bef1e7f1953788adf3704af44a1e Mon Sep 17 00:00:00 2001 From: "bogdan.virtosu" Date: Mon, 26 Oct 2015 23:13:21 +0200 Subject: [PATCH 1/2] Table body now fills table. --- debug_toolbar/static/debug_toolbar/css/toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/static/debug_toolbar/css/toolbar.css b/debug_toolbar/static/debug_toolbar/css/toolbar.css index aab48c0b6..3db4b3391 100644 --- a/debug_toolbar/static/debug_toolbar/css/toolbar.css +++ b/debug_toolbar/static/debug_toolbar/css/toolbar.css @@ -286,7 +286,7 @@ border-collapse:collapse; width:100%; background-color:#fff; - display:block; + display:table; margin-top:0.8em; overflow: auto; } From bedd3befc80d85e2779406b081c7fc8efdefa78d Mon Sep 17 00:00:00 2001 From: "bogdan.virtosu" Date: Mon, 26 Oct 2015 23:14:27 +0200 Subject: [PATCH 2/2] Remove distracting highlighting for table columns. --- .../templates/debug_toolbar/panels/request.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/request.html b/debug_toolbar/templates/debug_toolbar/panels/request.html index c7d5ff9b7..f76159af0 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/request.html +++ b/debug_toolbar/templates/debug_toolbar/panels/request.html @@ -11,11 +11,11 @@

{% trans "View information" %}

- - {{ view_func }} - {{ view_args|pprint }} - {{ view_kwargs|pprint }} - {{ view_urlname }} + + {{ view_func }} + {{ view_args|pprint }} + {{ view_kwargs|pprint }} + {{ view_urlname }}