aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media/toolbar.min.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-17Regenerate the CSS and JS minified files, removing minified cookie file.Rob Hudson
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-02Adding compressed JS and CSS, and a Makefile to generate them using YUI ↵Rob Hudson
Compressor