summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/css/changelists.css
AgeCommit message (Expand)Author
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-02-19Fixed #15291 -- Corrected alignment issue when actions are disabled in a Mode...Russell Keith-Magee
2011-02-19Fixed #15290 -- Fixed a CSS styling issue with borders when the link item in ...Russell Keith-Magee
2010-09-11Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...Justin Bronn
2010-09-10Admin changelist page now has consistent width with or without filterMalcolm Tredinnick
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel
2010-01-05Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...Jannis Leidel
2009-10-27Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...Jacob Kaplan-Moss
2009-03-31Added row highlighting when selecting action checkmarks.Jacob Kaplan-Moss
2009-03-29Some minor tweaks to the admin changelist styles for the new action menus. Cu...Wilson Miner
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2008-11-16Removed the hidden import rules in the contrib.admin stylesheets. Each indivi...Wilson Miner
2008-10-31Reformatted contrib.admin CSS to use multi-line selector format so changes ca...Wilson Miner
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-06-02Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ...Wilson Miner
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty