summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/css/global.css
AgeCommit message (Collapse)Author
2008-10-31Consolidated contrib.admin styles by rolling layout.css and global.css ↵Wilson Miner
directly into base.css. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-31Reformatted contrib.admin CSS to use multi-line selector format so changes ↵Wilson Miner
can be tracked more easily in version control. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-20Added a generic "button" class to the admin styles to allow applying the ↵Wilson Miner
standard admin button styles to arbitrary elements in the future. Should have no effect on existing code. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25Fixed #8499 -- Corrected a couple of instances of where the CSS class name ↵Brian Rosner
error should be errors. Thanks rmyers for catching this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8554 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Tweaked the Admin add/change page so that "save" is still the highlightedMalcolm Tredinnick
too look like the default button and it actually operates as the defaut (previously "save and add another" was the default action, which confused people if you hit the save button and it looked like your work was eaten by a grue). Fixed #7272. Patch from Jannis Leidel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and ↵Brian Rosner
ext for their work on patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-08Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned ↵Brian Rosner
up some styles for both tabular and stacked inlines. Thanks Nathan Borror for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-22Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ↵Adrian Holovaty
utf-8 friendly than Bitstream. Thanks for the patch, riklaunim@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the ↵Jacob Kaplan-Moss
way Guido intended it, baby! git-svn-id: http://code.djangoproject.com/svn/django/trunk@3415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-05Added more visible borders to form buttons.Wilson Miner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-02Fixed positioning of ordering widget with liquid page widths.Wilson Miner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-30All admin pages except the dashboard now use liquid page widths, except in IE5.Wilson Miner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-27Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom TobinAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-23Removed example.com from default admin templates. One less thing to change ↵Wilson Miner
in setup. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2117 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15Fixed #1200 -- Admin no longer assumes white default background color. ↵Adrian Holovaty
Thanks, boxed at killingar.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@1962 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-09Fixed #1144 -- Admin form buttons no longer assume black font color. Thanks, ↵Adrian Holovaty
Daniel Poelzleithner git-svn-id: http://code.djangoproject.com/svn/django/trunk@1880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-20Adjusted styles on popup calendars to try to avoid clipped text.Wilson Miner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-15Fixed misaligned icon on delete links.Wilson Miner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-07Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider wordsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a ↵Adrian Holovaty
middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. git-svn-id: http://code.djangoproject.com/svn/django/trunk@948 bcc190cf-cafb-0310-a4f2-bffc1f526a37