Skip to content

Commit 6f9320a

Browse files
committed
Updated admin css to use svgs instead of gifs
1 parent cfa5a07 commit 6f9320a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nested_inline/static/admin/css/forms-nested.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fieldset.collapsed h2, fieldset.collapsed {
140140
}
141141

142142
fieldset.collapsed h2 {
143-
background-image: url(../img/nav-bg.gif);
143+
background-image: url(../img/nav-bg.svg);
144144
background-position: bottom left;
145145
color: #999;
146146
}
@@ -161,7 +161,7 @@ fieldset.monospace textarea {
161161
.submit-row {
162162
padding: 5px 7px;
163163
text-align: right;
164-
background: white url(../img/nav-bg.gif) 0 100% repeat-x;
164+
background: white url(../img/nav-bg.svg) 0 100% repeat-x;
165165
border: 1px solid #ccc;
166166
margin: 5px 0;
167167
overflow: hidden;
@@ -184,7 +184,7 @@ body.popup .submit-row {
184184
}
185185

186186
.submit-row .deletelink {
187-
background: url(../img/icon_deletelink.gif) 0 50% no-repeat;
187+
background: url(../img/icon_deletelink.svg) 0 50% no-repeat;
188188
padding-left: 14px;
189189
}
190190

@@ -251,7 +251,7 @@ body.popup .submit-row {
251251
color: #666;
252252
padding: 3px 5px;
253253
font-size: 11px;
254-
background: #e1e1e1 url(../img/nav-bg.gif) top left repeat-x;
254+
background: #e1e1e1 url(../img/nav-bg.svg) top left repeat-x;
255255
border-bottom: 1px solid #ddd;
256256
}
257257

@@ -336,7 +336,7 @@ body.popup .submit-row {
336336
color: #666;
337337
padding: 3px 5px;
338338
border-bottom: 1px solid #ddd;
339-
background: #e1e1e1 url(../img/nav-bg.gif) top left repeat-x;
339+
background: #e1e1e1 url(../img/nav-bg.svg) top left repeat-x;
340340
}
341341

342342
.inline-group .tabular tr.add-row td {
@@ -347,7 +347,7 @@ body.popup .submit-row {
347347
.inline-group ul.tools a.add,
348348
.inline-group div.add-row a,
349349
.inline-group .tabular tr.add-row td a {
350-
background: url(../img/icon_addlink.gif) 0 50% no-repeat;
350+
background: url(../img/icon_addlink.svg) 0 50% no-repeat;
351351
padding-left: 14px;
352352
font-size: 11px;
353353
outline: 0; /* Remove dotted border around link */

0 commit comments

Comments
 (0)