summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/css/base.css
AgeCommit message (Expand)Author
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-09Fixes #16186 -- remove inline CSS in contrib.adminIdan Gazit
2011-06-03Fixed visual bug with sorted column headers in changelist having dark band at...Luke Plant
2011-06-03Internet Explorer fixes for admin sorting UILuke Plant
2011-06-03Improved UI for advanced sorting controls.Luke Plant
2011-06-02Fixed position of new cog icon in admin changelist relative to textLuke Plant
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-02-12Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Th...Russell Keith-Magee
2010-12-21Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one ...Jannis Leidel
2010-12-12Fixed #13649 -- Extended admin stylesheets to also cover disabled buttons in ...Jannis Leidel
2010-08-28Fixed #13723 -- Improved the legibility of hyperlinks included in admin valid...Russell Keith-Magee
2010-06-23Fixed #12803 - Added styling for 'error' and 'warning' messages in admin.Luke Plant
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2008-10-31Consolidated contrib.admin styles by rolling layout.css and global.css direct...Wilson Miner
2008-10-31Added IE conditional comments to contrib.admin base template to block CSS fro...Wilson Miner
2007-11-25Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) inst...Gary Wilson Jr
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-30All admin pages except the dashboard now use liquid page widths, except in IE5.Wilson Miner
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty