Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Use local images rather than images in core that have been removed #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/stylesheets/images/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stylesheets/images/magnify-clip-ltr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stylesheets/images/magnify-clip-rtl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stylesheets/images/spinner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/stylesheets/legacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
}

.mw-ajax-loader {
background-image: url(/w/resources/src/mediawiki.legacy/images/ajax-loader.gif?57f34);
background-image: url(images/ajax-loader.gif?57f34);
background-position: center center;
background-repeat: no-repeat;
padding: 16px;
Expand All @@ -529,7 +529,7 @@
.mw-small-spinner {
padding: 10px !important; /* stylelint-disable-line declaration-no-important */
margin-right: 0.6em;
background-image: url(/w/resources/src/mediawiki.legacy/images/spinner.gif?ca65b);
background-image: url(images/spinner.gif?ca65b);
background-position: center center;
background-repeat: no-repeat;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/pivot.css
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ ul[class*="block-grid"] {
height: 11px;
}
.mw-content-ltr .magnify a {
background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png);
background-image: url(images/magnify-clip-ltr.png);
}

/* Float right and left styles - Make all MW images responsive for mobile when floated */
Expand Down