mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-04-01 18:53:15 +02:00
Merge 6fc9ad5ac1e87edc245c5e5aece0462fed11aecd into 0d3d6b03a83afd7e1cb170aa41bdf23c0ce3e93b
This commit is contained in:
commit
e82c9eb968
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…
x
Reference in New Issue
Block a user