aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media
AgeCommit message (Expand)Author
2009-08-28Refactored SQL panel to use datetime objects and added a visual display of bo...Rob Hudson
2009-08-28Updated CSS to use the same huge z-index everywhere.Rob Hudson
2009-08-27CSS adjusted to consistency of header and table spacing across panels.Rob Hudson
2009-08-27CSS adjusted to keep consistent alignment on left.Rob Hudson
2009-08-27Decrease base font size. It's increased where it needs to be elsewhere.Rob Hudson
2009-08-26Whoops, forgot a % in the css.Idan Gazit
2009-08-26more thorough reset, added #djDebug to all rules to increase their specificity.Idan Gazit
2009-08-25Added toggle arrows, grey boxes for template linksIdan Gazit
2009-08-25Removed tons of invalid ".boxed" classes, renamed boxed -> scrollIdan Gazit
2009-08-25Animated panelsIdan Gazit
2009-08-25adhere to css spacing standardIdan Gazit
2009-08-25Working panel structure with scroll, Wider handle tab for hover.Idan Gazit
2009-08-25toolbar handle padding made orange on hoverIdan Gazit
2009-08-25Fixed position toolbar, Smaller close handle, ported style changes from idan/...Idan Gazit
2009-08-25Updated graphics for new colorschemeIdan Gazit
2009-08-24Make panel content stylings look like Django's debug template.Rob Hudson
2009-08-21Cleaning up and simplifying the closed handle HTML and CSS.Rob Hudson
2009-08-21Standardize spacing in CSS.Rob Hudson
2009-08-21Remove added border on hover which was causing flicker and scrollbars toRob Hudson
2009-08-18Pegged the panels to fill available space and moved close button.Rob Hudson
2009-08-18A few font size adjustments and removing declarations that have no effect.Rob Hudson
2009-08-18Deserify font family.Rob Hudson
2009-08-18Removed extra line spaces.Rob Hudson
2009-08-18Adding debug toolbar reset CSS.Rob Hudson
2009-08-18Standardized CSS to use tabs.Rob Hudson
2009-08-12panel width, content boxing, safe scrollingIdan Gazit
2009-08-12Panel title larger, <code> is monospacedIdan Gazit
2009-08-12Added hover state for close button, scroll paddingIdan Gazit
2009-08-12Cleaned up the panelsIdan Gazit
2009-08-12Remove indicator if closed via panel closeIdan Gazit
2009-08-12toolbar restyling, switched to non-minified css/jsIdan Gazit
2009-08-11Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla...Rob Hudson
2009-04-02Moving media so they are "namespaced" like templates.Rob Hudson
2009-03-22Add fix so jQuery doesn't conflict with other Javascript libraries.Rob Hudson
2009-03-22Close the panel if the toolbar is hiding.Rob Hudson
2009-03-21Adding stack traces to SQL panel to see where the calls are coming from.Rob Hudson
2009-03-21jQuery 1.3 cleanup.Rob Hudson
2009-03-21Reverting commit 2a839fd, "Restrict the debug toolbar to a single row of pane...Rob Hudson
2009-03-21Making CSS classes 'odd' and 'even' more specific.Rob Hudson
2009-03-21Restrict the debug toolbar to a single row of panels.Malcolm Tredinnick
2009-03-21Make text alignment in panels not inherit from surrounding page.Malcolm Tredinnick
2009-03-21Patch from kmike84 to fix conflict if project uses mootools.Rob Hudson
2009-01-23Add preliminary support for stacktraces to see where SQL queries are coming f...Rob Hudson
2009-01-23Make pre tags on odd table rows match row background color in CSS.Rob Hudson
2009-01-17Regenerate the CSS and JS minified files, removing minified cookie file.Rob Hudson
2009-01-17Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js.Rob Hudson
2009-01-17added missing jquery cookie plugin filesReto Aebersold
2009-01-17Minor stylistic changes to CSS and Javascript file after merge.Rob Hudson
2009-01-17Adding ability to show/hide toolbar, using jquery.cookie.js for statefulness.Reto Aebersold
2008-10-07Clicking on a template file now will fetch and show the source of the template.Rob Hudson