mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-21 18:09:03 +01:00
Use local images rather than images in core that have been removed
Fixes: #113
This commit is contained in:
parent
0d3d6b03a8
commit
6fc9ad5ac1
BIN
assets/stylesheets/images/ajax-loader.gif
Normal file
BIN
assets/stylesheets/images/ajax-loader.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/stylesheets/images/magnify-clip-ltr.png
Normal file
BIN
assets/stylesheets/images/magnify-clip-ltr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 B |
BIN
assets/stylesheets/images/magnify-clip-rtl.png
Normal file
BIN
assets/stylesheets/images/magnify-clip-rtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 B |
BIN
assets/stylesheets/images/spinner.gif
Normal file
BIN
assets/stylesheets/images/spinner.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
@ -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;
|
||||
@ -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;
|
||||
}
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user