aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media/toolbar.css
AgeCommit message (Collapse)Author
2009-04-02Moving media so they are "namespaced" like templates.Rob Hudson
2009-03-21Reverting commit 2a839fd, "Restrict the debug toolbar to a single row of ↵Rob Hudson
panels." There were some issues with this commit that need to be resolved before it's added back in.
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
Any panels that would cause the toolbar to wrap to a new line are put into a new final panel called "more..." and are accessible via a vertical list under that panel. Slight tweaks were made to the original to match a previous commit's Javascript style. Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-03-21Make text alignment in panels not inherit from surrounding page.Malcolm Tredinnick
If the debug toolbar was used in a page with, e.g., YUI grids, it would inherit a "text-align:center" styling for all text. We now force the main structures to be left-aligned. Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-01-23Make pre tags on odd table rows match row background color in CSS.Rob Hudson
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
Signed-off-by: Rob Hudson <rob@cogit8.org>
2008-10-07Clicking on a template file now will fetch and show the source of the template.Rob Hudson
Thanks to Adam Gomaa for the patch.
2008-10-03Getting rid of the text shadow in CSS.Rob Hudson
2008-10-02Moving debug toolbar to the bottom of the HTML document and adjusting CSS toRob Hudson
position toolbar at top. Injecting toolbar at the bottom has a few advantages, such as removing the regular expression substitution making it about 5x faster (depending on document size), JS and CSS have a lesser chance of conflicting with others on the page.
2008-09-27added logger panelAlex Gaynor
2008-09-23Updating pygment css to match Django colors and remove classes not used.Rob Hudson
2008-09-23Updating pygments styles to better match new toolbar styles.Rob Hudson
2008-09-22Merge branch 'master' of git@github.com:revyver/django-debug-toolbarBryan Veloso
* 'master' of git@github.com:revyver/django-debug-toolbar: Committing my first run at the new CSS. This is a bit old. Old being a few days old. Conflicts: debug_toolbar/media/toolbar.css
2008-09-22Committing my first run at the new CSS. This is a bit old. Old being a few ↵Bryan Veloso
days old.
2008-09-20partly done with ajax support and jsRob Hudson
2008-09-15Modified scripts to use jQuery, and moved 'em to a better place.Jacob Kaplan-Moss