diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-04-30 22:00:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-01 07:00:00 +0200 |
| commit | e972752504d9195583a0ec04515248c00138c1c0 (patch) | |
| tree | 7688213e0f5f62b7f07dd21185a14fd7d9a9e358 | |
| parent | 448cdde935dd20ad3ec28c09912f806ebb0ffd15 (diff) | |
Removed unused CSS in admin.
.system-message, .system-message-title are unused since their
introduction in ce0d0cd9e2cd5ac9850d825f28db39b1e123ac1e.
.float-right, .float-left, .align-left, .align-right, and .example are
unused since 6eb4f2569266391e223410ab7eaa2555ac0a4f10.
| -rw-r--r-- | django/contrib/admin/static/admin/css/base.css | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/django/contrib/admin/static/admin/css/base.css b/django/contrib/admin/static/admin/css/base.css index 5b0a2a1385..8f7472f13b 100644 --- a/django/contrib/admin/static/admin/css/base.css +++ b/django/contrib/admin/static/admin/css/base.css @@ -173,22 +173,10 @@ hr { font-size: 11px; } -.tiny { - font-size: 10px; -} - -p.tiny { - margin-top: -2px; -} - .mini { font-size: 10px; } -p.mini { - margin-top: -3px; -} - .help, p.help, form p.help, div.help, form div.help, div.help li { font-size: 11px; color: #999; @@ -211,32 +199,10 @@ p img, h1 img, h2 img, h3 img, h4 img, td img { font-weight: normal; } -.float-right { - float: right; -} - -.float-left { - float: left; -} - .clear { clear: both; } -.align-left { - text-align: left; -} - -.align-right { - text-align: right; -} - -.example { - margin: 10px 0; - padding: 5px 10px; - background: #efefef; -} - .nowrap { white-space: nowrap; } @@ -630,20 +596,6 @@ td ul.errorlist + input, td ul.errorlist + select, td ul.errorlist + textarea { border: 1px solid #ba2121; } -div.system-message { - background: #ffc; - margin: 10px; - padding: 6px 8px; - font-size: .8em; -} - -div.system-message p.system-message-title { - padding: 4px 5px 4px 25px; - margin: 0; - color: #c11; - background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat; -} - .description { font-size: 12px; padding: 5px 0 0 12px; |
