Fix the icon-alert.svg file name

Fixes a rosetta crash when using ManifestStaticFilesStorage.
This commit is contained in:
Matthias Kestenholz 2018-09-24 10:53:15 +02:00 committed by GitHub
parent caa4806e42
commit 401fab90d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ th.c,td.c {text-align: center;}
td.original code {font-size:90%; padding: 0 1px; }
tr.row2 td.original code {background-color:#FFB2A5; padding: 0 0.3em;}
tr.row1 td.original code {background-color:#FFB2A5;}
.alert { font-weight:bold;padding:4px 5px 4px 25px; margin-left:1em; color: red; background:transparent url({% static 'admin/img/icon_alert.svg' %}) 5px .3em no-repeat; }
.alert { font-weight:bold;padding:4px 5px 4px 25px; margin-left:1em; color: red; background:transparent url({% static 'admin/img/icon-alert.svg' %}) 5px .3em no-repeat; }
p.errornote { margin-top:0.4em;}
#footer { clear:both; color:#999; font-size:9px; margin:0 6px; text-align:left;}
#changelist table tbody td:first-child, #changelist table thead th:first-child {text-align: left;}
@ -34,4 +34,4 @@ div.module {margin-bottom: 20px;}
#toolbar { height:20px}
#toolbar #translate-all { float:right}
#toolbar form { float:left; }
#changelist table thead th { padding: 2px 5px; }
#changelist table thead th { padding: 2px 5px; }