summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/css
AgeCommit message (Expand)Author
2010-05-10Fixed #13168 - Corrected the alignment of the admin inline headers for rtl la...Jannis Leidel
2010-04-05Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actio...Russell Keith-Magee
2010-04-05Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelMultipleC...Russell Keith-Magee
2010-01-26Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.Jannis Leidel
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-05Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...Jannis Leidel
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-10-27Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...Jacob Kaplan-Moss
2009-04-11Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales.Malcolm Tredinnick
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-31Consolidated contrib.admin styles by rolling layout.css and global.css direct...Wilson Miner
2008-10-31Applied contrib.admin IE CSS patches to IE6 and 7, and added simple hacks to ...Wilson Miner
2008-10-31Added IE conditional comments to contrib.admin base template to block CSS fro...Wilson Miner
2008-10-31Reformatted contrib.admin CSS to use multi-line selector format so changes ca...Wilson Miner
2008-09-20Added a generic "button" class to the admin styles to allow applying the stan...Wilson Miner
2008-09-16Fixed #9074: Added overflow: hidden to the submit-row div to clear the floate...Wilson Miner
2008-09-03Fixed #8832 -- Position the error icons on the right of the screen in the adminMalcolm Tredinnick
2008-09-03Fixed #8812 -- Fixed up the positioning of the "delete" link in the adminMalcolm Tredinnick
2008-09-02Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...Jacob Kaplan-Moss
2008-08-25Fixed #8499 -- Corrected a couple of instances of where the CSS class name er...Brian Rosner
2008-08-23Tweaked the Admin add/change page so that "save" is still the highlightedMalcolm Tredinnick
2008-08-23Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...Brian Rosner
2008-08-11Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi.Gary Wilson Jr
2008-08-08Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...Brian Rosner
2008-07-21Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. ...Brian Rosner
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2007-11-25Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) inst...Gary Wilson Jr
2007-09-14Fixed 3136: Set .clockbox admin widget to auto width to allow for longer head...Wilson Miner
2007-09-14 Fixes #2086: Added null.css file to avoid spurious 404s due to the "high pas...Wilson Miner
2007-04-09Fixed #3926 -- Fixed typo in admin CSS. Thanks, Jeff Hilyard.Malcolm Tredinnick
2007-02-28Reverted [4590] (changes to field label CSS) since it caused more problems th...Jacob Kaplan-Moss
2007-02-26Small fix to admin CSS. Fixes #2205; thanks, treborhudson@gmail.comJacob Kaplan-Moss
2006-08-22Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ut...Adrian Holovaty
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-06-12fixed #2128: updated BiDi supportGeorg Bauer
2006-06-06fixed #2089: added language bidirectional support and updated the admin to us...Georg Bauer
2006-06-05Added more visible borders to form buttons.Wilson Miner
2006-06-02Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with...Wilson Miner
2006-06-02Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ...Wilson Miner
2006-06-02Fixed #2055 -- Lengthened form labels on login screen to accommodate longer t...Wilson Miner
2006-05-09Added padding fix to container to address reported display issues in Safari.Wilson Miner
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-02Fixed positioning of ordering widget with liquid page widths.Wilson Miner
2006-01-30All admin pages except the dashboard now use liquid page widths, except in IE5.Wilson Miner
2006-01-27Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom TobinAdrian Holovaty
2006-01-23Removed example.com from default admin templates. One less thing to change in...Wilson Miner