Commit 86cd8909 authored by elky's avatar elky Committed by Tim Graham
Browse files

Fixed #25348 -- Removed unused gif/png images from contrib.admin.

parent 8a780ec8
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ table thead th.sorted .sortoptions a {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/svg/sorting-icons.svg) 0 0 no-repeat;
    background: url(../img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

@@ -571,18 +571,18 @@ ul.messagelist li {
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(../img/svg/icon-yes.svg) 40px 12px no-repeat;
    background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning {
    background: #ffc url(../img/svg/icon-alert.svg) 40px 14px no-repeat;
    background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error {
    background: #ffefef url(../img/svg/icon-no.svg) 40px 12px no-repeat;
    background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}

@@ -656,7 +656,7 @@ div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: #c11;
    background: #ffefef url(../img/svg/icon-no.svg) 5px 5px no-repeat;
    background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat;
}

.description {
@@ -687,17 +687,17 @@ div.breadcrumbs a:hover {

.addlink {
    padding-left: 16px;
    background: url(../img/svg/icon-addlink.svg) 0 1px no-repeat;
    background: url(../img/icon-addlink.svg) 0 1px no-repeat;
}

.changelink, .inlinechangelink {
    padding-left: 16px;
    background: url(../img/svg/icon-changelink.svg) 0 1px no-repeat;
    background: url(../img/icon-changelink.svg) 0 1px no-repeat;
}

.deletelink {
    padding-left: 16px;
    background: url(../img/svg/icon-deletelink.svg) 0 1px no-repeat;
    background: url(../img/icon-deletelink.svg) 0 1px no-repeat;
}

a.deletelink:link, a.deletelink:visited {
@@ -755,12 +755,12 @@ a.deletelink:hover {
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background: #999 url(../img/svg/tooltag-arrowright.svg) 93% center no-repeat;
    background: #999 url(../img/tooltag-arrowright.svg) 93% center no-repeat;
    padding-right: 26px;
}

.object-tools a.addlink {
    background: #999 url(../img/svg/tooltag-add.svg) 93% center no-repeat;
    background: #999 url(../img/tooltag-add.svg) 93% center no-repeat;
    padding-right: 26px;
}

+3 −3
Original line number Diff line number Diff line
@@ -463,7 +463,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/svg/icon-addlink.svg) 0 1px no-repeat;
    background: url(../img/icon-addlink.svg) 0 1px no-repeat;
    padding-left: 16px;
    font-size: 12px;
    outline: 0; /* Remove dotted border around link */
@@ -486,13 +486,13 @@ body.popup .submit-row {
.add-another {
    width: 16px;
    height: 16px;
    background-image: url(../img/svg/icon-addlink.svg);
    background-image: url(../img/icon-addlink.svg);
}

.related-lookup {
    width: 16px;
    height: 16px;
    background-image: url(../img/svg/search.svg);
    background-image: url(../img/search.svg);
}

form .related-widget-wrapper ul {
+14 −14
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
}

.selector-add {
    background: url(../img/svg/selector-icons.svg) 0 -96px no-repeat;
    background: url(../img/selector-icons.svg) 0 -96px no-repeat;
    cursor: default;
}

@@ -103,7 +103,7 @@
}

.selector-remove {
    background: url(../img/svg/selector-icons.svg) 0 -64px no-repeat;
    background: url(../img/selector-icons.svg) 0 -64px no-repeat;
    cursor: default;
}

@@ -136,7 +136,7 @@ a.active.selector-chooseall:hover, a.active.selector-clearall:hover {
}

a.selector-chooseall {
    background: url(../img/svg/selector-icons.svg) right -160px no-repeat;
    background: url(../img/selector-icons.svg) right -160px no-repeat;
    cursor: default;
}

@@ -146,7 +146,7 @@ a.active.selector-chooseall {
}

a.selector-clearall {
    background: url(../img/svg/selector-icons.svg) 0 -128px no-repeat;
    background: url(../img/selector-icons.svg) 0 -128px no-repeat;
    cursor: default;
}

@@ -197,7 +197,7 @@ a.active.selector-clearall {
}

.stacked .selector-add {
    background: url(../img/svg/selector-icons.svg) 0 0 no-repeat;
    background: url(../img/selector-icons.svg) 0 0 no-repeat;
    cursor: default;
}

@@ -207,7 +207,7 @@ a.active.selector-clearall {
}

.stacked .selector-remove {
    background: url(../img/svg/selector-icons.svg) 0 -32px no-repeat;
    background: url(../img/selector-icons.svg) 0 -32px no-repeat;
    cursor: default;
}

@@ -217,7 +217,7 @@ a.active.selector-clearall {
}

.selector .help-icon {
    background: url(../img/svg/icon-unknown.svg) 0 0 no-repeat;
    background: url(../img/icon-unknown.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
@@ -226,11 +226,11 @@ a.active.selector-clearall {
}

.selector .selector-chosen .help-icon {
    background: url(../img/svg/icon-unknown-alt.svg) 0 0 no-repeat;
    background: url(../img/icon-unknown-alt.svg) 0 0 no-repeat;
}

.selector .search-label-icon {
    background: url(../img/svg/search.svg) 0 0 no-repeat;
    background: url(../img/search.svg) 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
@@ -282,7 +282,7 @@ table p.datetime {
}

.datetimeshortcuts .clock-icon {
    background: url(../img/svg/icon-clock.svg) 0 0 no-repeat;
    background: url(../img/icon-clock.svg) 0 0 no-repeat;
}

.datetimeshortcuts a:hover .clock-icon {
@@ -290,7 +290,7 @@ table p.datetime {
}

.datetimeshortcuts .date-icon {
    background: url(../img/svg/icon-calendar.svg) 0 0 no-repeat;
    background: url(../img/icon-calendar.svg) 0 0 no-repeat;
    top: -1px;
}

@@ -473,7 +473,7 @@ span.clearable-file-input label {

.calendarnav-previous {
    left: 10px;
    background: url(../img/svg/calendar-icons.svg) 0 0 no-repeat;
    background: url(../img/calendar-icons.svg) 0 0 no-repeat;
}

.calendarbox .calendarnav-previous:hover {
@@ -482,7 +482,7 @@ span.clearable-file-input label {

.calendarnav-next {
    right: 10px;
    background: url(../img/svg/calendar-icons.svg) 0 -30px no-repeat;
    background: url(../img/calendar-icons.svg) 0 -30px no-repeat;
}

.calendarbox .calendarnav-next:hover {
@@ -587,7 +587,7 @@ ul.orderer li.deleted:hover, ul.orderer li.deleted a.selector:hover {
.inline-deletelink {
    float: right;
    text-indent: -9999px;
    background: url(../img/svg/inline-delete.svg) 0 0 no-repeat;
    background: url(../img/inline-delete.svg) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    border: 0px none;
Loading