Skip to content

Commit

Permalink
remove/update references to Django admin static files. fixes OskarPer…
Browse files Browse the repository at this point in the history
  • Loading branch information
smcoll committed Jul 24, 2017
1 parent cfa5a07 commit 6d39c2c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions nested_inline/static/admin/css/forms-nested.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ fieldset.collapsed h2, fieldset.collapsed {
}

fieldset.collapsed h2 {
background-image: url(../img/nav-bg.gif);
background-position: bottom left;
color: #999;
}

Expand All @@ -161,7 +159,7 @@ fieldset.monospace textarea {
.submit-row {
padding: 5px 7px;
text-align: right;
background: white url(../img/nav-bg.gif) 0 100% repeat-x;
background: white;
border: 1px solid #ccc;
margin: 5px 0;
overflow: hidden;
Expand All @@ -184,7 +182,7 @@ body.popup .submit-row {
}

.submit-row .deletelink {
background: url(../img/icon_deletelink.gif) 0 50% no-repeat;
background: url(../img/icon-deletelink.svg) 0 50% no-repeat;
padding-left: 14px;
}

Expand Down Expand Up @@ -251,7 +249,7 @@ body.popup .submit-row {
color: #666;
padding: 3px 5px;
font-size: 11px;
background: #e1e1e1 url(../img/nav-bg.gif) top left repeat-x;
background: #e1e1e1;
border-bottom: 1px solid #ddd;
}

Expand Down Expand Up @@ -336,7 +334,7 @@ body.popup .submit-row {
color: #666;
padding: 3px 5px;
border-bottom: 1px solid #ddd;
background: #e1e1e1 url(../img/nav-bg.gif) top left repeat-x;
background: #e1e1e1;
}

.inline-group .tabular tr.add-row td {
Expand All @@ -347,7 +345,7 @@ body.popup .submit-row {
.inline-group ul.tools a.add,
.inline-group div.add-row a,
.inline-group .tabular tr.add-row td a {
background: url(../img/icon_addlink.gif) 0 50% no-repeat;
background: url(../img/icon-addlink.svg) 0 50% no-repeat;
padding-left: 14px;
font-size: 11px;
outline: 0; /* Remove dotted border around link */
Expand Down

0 comments on commit 6d39c2c

Please sign in to comment.