aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media
AgeCommit message (Collapse)Author
2010-02-16Fixed #60 - Added MEDIA_URL config option to be able to override the URL to ↵Jannis Leidel
the static files (good with django-staticfiles). Also moved media files to subdirectories like other apps. Signed-off-by: Rob Hudson <rob@cogit8.org>
2010-02-11Merge branch 'master' into js_closureRob Hudson
2010-02-02Fixed a few panel title display issues.Rob Hudson
2010-01-31Updated toolbar Javascript to use a closure.Rob Hudson
* Update jQuery to latest version, 1.4.1 * Pulled jquery.cookie.js into toolbar.js so it doesn't depend on jQuery being in the global namespace. * jQuery loading code based on Ben Alman's bookmarklet generator here: http://benalman.com/code/test/jquery-run-code-bookmarklet/
2010-01-15Debug toolbar markup is now XHTML compliant.Rob Hudson
2009-11-18Fixed old use of $, which has been replaced by $jChris Adams
Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-11-06Removed general CSS class names.Rob Hudson
2009-11-02Left-align the header cells in the SQL stacktrace tableChris Lamb
The columns are extremely wide, which makes centered titles look very odd. Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-11-02Move the stacktrace underneath the SQL - current column is too narrowChris Lamb
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-10-16Minified CSS from previous commit change.Rob Hudson
2009-10-17CSS was effecting blockquote styles on the page.melsdoerfer
2009-09-12Return of zebra stripes, slightly more prominent table headers.Idan Gazit
2009-09-12Added overflow:auto for tables to prevent breakoutIdan Gazit
2009-09-12Merge commit 'upstream/master'Idan Gazit
2009-09-11Wrapped subpanel content with div.scroll and fixed a few minor CSS problems.Rob Hudson
2009-09-12minified js with class="active" fixIdan Gazit
2009-09-12Merge commit 'upstream/master'Idan Gazit
2009-09-11Fixes li class="active" when panel closed via close button.Idan Gazit
2009-09-08Updated toolbar to use minified versions of js and css.Rob Hudson
2009-08-28Fixed so key bindings are setup on init, regardless of toolbar cookie.Rob Hudson
2009-08-28Made ESC work on various toolbar states.Rob Hudson
When toolbar is minimized, ESC key isn't bound. Otherwise ESC will fall through until one of the following happens: If a sub panel is opened, hide it ; if a panel is open, close it ; if the toolbar is open, minimize it.
2009-08-28Merge commit 'idan/master' into ui-rfRob Hudson
2009-08-28Refactored SQL panel to use datetime objects and added a visual display of ↵Rob Hudson
both duration and sequence to the SQL template.
2009-08-28Updated CSS to use the same huge z-index everywhere.Rob Hudson
2009-08-28panel animation, we hardly knew thee (removed animation)Idan Gazit
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 Gazit
idan/ui-rf
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
appear.
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