~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to django/contrib/admin/media/css/base.css

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-9lnsrh0i3mxozbt0
Tags: upstream-1.2.3
ImportĀ upstreamĀ versionĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
    background: #ffc url(../img/admin/icon_success.gif) 5px .3em no-repeat;
446
446
}
447
447
 
 
448
ul.messagelist li.warning{
 
449
    background-image: url(../img/admin/icon_alert.gif);
 
450
}
 
451
 
 
452
ul.messagelist li.error{
 
453
    background-image: url(../img/admin/icon_error.gif);
 
454
}
 
455
 
448
456
.errornote {
449
457
    font-size: 12px !important;
450
458
    display: block;
470
478
    background: red url(../img/admin/icon_alert.gif) 5px .3em no-repeat;
471
479
}
472
480
 
 
481
.errorlist li a {
 
482
        color: white;
 
483
    text-decoration: underline;
 
484
}
 
485
 
473
486
td ul.errorlist {
474
487
    margin: 0 !important;
475
488
    padding: 0 !important;