aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/static
AgeCommit message (Collapse)Author
2013-10-27Improve display of variables in RequestVars panel.Aymeric Augustin
Refs #418.
2013-10-16Remove active class when closing panel by pressing escape keyAlasdair Nicol
Fixes #404
2013-05-20Changed load timing trick to 0 instead of 1000msRoger Barnes
2013-05-01Updated browser timing javascript to use jQuery, tidied up wording and ↵Roger Barnes
formatting, and minified js
2013-05-01Moved js to toolbar.jsRoger Barnes
2013-04-29Fix default button stylesDavid Cramer
2013-04-29Remove list style on statsDavid Cramer
2013-04-29Various cleanup for some CSS overridesDavid Cramer
2013-04-29Remove text shadow from elementsDavid Cramer
2013-04-24Merge branch 'master' of ↵Vladislav Poluhin
https://github.com/django-debug-toolbar/django-debug-toolbar into sql-panel-refactor Conflicts: debug_toolbar/static/debug_toolbar/css/toolbar.min.css debug_toolbar/views.py
2013-04-23Replace spaces to tabsVladislav Poluhin
2013-04-23Query duration column centeredVladislav Poluhin
2012-12-27Use POST instead GET, cuz GET is limitedVladislav Poluhin
2012-10-06Fixed CSS according to standartsAnton Ryzhov
2012-08-27Ran minification.Jannis Leidel
2012-08-27Merge branch 'background-image-404' of ↵Jannis Leidel
https://github.com/anton-ryzhov/django-debug-toolbar into anton-ryzhov-background-image-404
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger