summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/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-06-02Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant
2011-04-22Fixed #11203 -- Stopped some form fields in the admin from rendering incorrec...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
2011-02-12Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Th...Russell Keith-Magee
2011-01-04Fixed #11434 -- Corrected style of arrow buttons located at the center of fil...Ramiro Morales
2010-12-21Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one ...Jannis Leidel
2010-12-12Fixed #14868 -- Added CSS rule to prevent long text from overflowing the "rec...Jannis Leidel
2010-12-12Fixed #13856 -- Float admin's top links on the right for RTL languages.Jannis Leidel
2010-12-12Fixed #13649 -- Extended admin stylesheets to also cover disabled buttons in ...Jannis Leidel
2010-10-01Fixed tabs introduced in r13968.Jannis Leidel
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
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-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-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