Changeset 1880
- Timestamp:
- 01/08/06 20:04:21 (3 years ago)
- Files:
-
- django/trunk/AUTHORS (modified) (1 diff)
- django/trunk/django/contrib/admin/media/css/global.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/AUTHORS
r1878 r1880 83 83 Luke Plant <http://lukeplant.me.uk/> 84 84 plisk 85 Daniel Poelzleithner <http://poelzi.org/> 85 86 Brian Ray <http://brianray.chipy.org/> 86 87 Oliver Rutherfurd <http://rutherfurd.net/> django/trunk/django/contrib/admin/media/css/global.css
r1749 r1880 134 134 135 135 /* FORM BUTTONS */ 136 input[type=submit], input[type=button], .submit-row input { background:white url(../img/admin/nav-bg.gif) bottom repeat-x; padding:3px; }136 input[type=submit], input[type=button], .submit-row input { background:white url(../img/admin/nav-bg.gif) bottom repeat-x; padding:3px; color:black; } 137 137 input[type=submit]:active, input[type=button]:active { background-image:url(../img/admin/nav-bg-reverse.gif); background-position:top; } 138 138 input[type=submit].default, .submit-row input.default { border:2px solid #5b80b2; background:#7CA0C7 url(../img/admin/default-bg.gif) bottom repeat-x; font-weight:bold; color:white; }
