django1/django/contrib/admin/media/css
Idan Gazit dfcde78161 Fixes #16186 -- remove inline CSS in contrib.admin
Thanks to bsimons for the report and the patches from cscheng, nvandijk!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-09 15:39:12 +00:00
..
base.css Fixes #16186 -- remove inline CSS in contrib.admin 2011-06-09 15:39:12 +00:00
changelists.css Fixed #15291 -- Corrected alignment issue when actions are disabled in a ModelAdmin. Thanks to Julien Phalip for the report and patch. 2011-02-19 08:10:57 +00:00
dashboard.css Fixed #14868 -- Added CSS rule to prevent long text from overflowing the "recent actions" box on the admin index page. Thanks, Chris Adams. 2010-12-12 22:59:47 +00:00
forms.css Fixes #16186 -- remove inline CSS in contrib.admin 2011-06-09 15:39:12 +00:00
ie.css Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
login.css Removed the hidden import rules in the contrib.admin stylesheets. Each individual stylesheet is now linked to explicitly from the template where it's used (in the extrastyle block), with the exception of widgets.css, which is imported by forms.css, but still available separately for reuse. Also moved the override stylesheets (IE and RTL) below the extrastyle block and all styles within the conditional comment which blocks CSS from IE5 and lower. 2008-11-16 00:08:48 +00:00
rtl.css Fixed #11868 - Multiple sort in admin changelist. 2011-06-02 16:18:47 +00:00
widgets.css Fixed #11434 -- Corrected style of arrow buttons located at the center of filter_{horizontal|vertical} m2m widgets to not give them focus borders that span from the left page border. Thanks defaultwombat for the report and patch. 2011-01-04 01:26:50 +00:00