mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Fix the icon-alert.svg file name
Fixes a rosetta crash when using ManifestStaticFilesStorage.
This commit is contained in:
parent
caa4806e42
commit
401fab90d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue