mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
Downstream images for VE EducationPopup
The messages for the popup lives here, so should the image. Change-Id: I02041246dda1b3d3ad1bcc0b014fa022e8259b62
This commit is contained in:
parent
8ee6c996e7
commit
21b9cc6eb4
BIN
modules/ve-cite/images/reference-ltr.png
Normal file
BIN
modules/ve-cite/images/reference-ltr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
modules/ve-cite/images/reference-rtl.png
Normal file
BIN
modules/ve-cite/images/reference-rtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
10
modules/ve-cite/ve.ui.MWCitationDialogTool.css
Normal file
10
modules/ve-cite/ve.ui.MWCitationDialogTool.css
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
/*!
|
||||||
|
* VisualEditor UserInterface CitationDialogTool styles.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* NB: Currently only used by Citoid, but belongs in this repo, along with the messages */
|
||||||
|
|
||||||
|
.ve-ui-educationPopup-image-cite {
|
||||||
|
background: url( images/reference-ltr.png ) no-repeat center/90%;
|
||||||
|
height: 150px;
|
||||||
|
}
|
|
@ -133,6 +133,7 @@ class CiteHooks {
|
||||||
've.ui.MWReferenceGroupInputWidget.css',
|
've.ui.MWReferenceGroupInputWidget.css',
|
||||||
've.ui.MWReferenceResultWidget.css',
|
've.ui.MWReferenceResultWidget.css',
|
||||||
've.ui.MWReferenceSearchWidget.css',
|
've.ui.MWReferenceSearchWidget.css',
|
||||||
|
've.ui.MWCitationDialogTool.css',
|
||||||
],
|
],
|
||||||
"dependencies" => [
|
"dependencies" => [
|
||||||
"oojs-ui.styles.icons-alerts",
|
"oojs-ui.styles.icons-alerts",
|
||||||
|
|
Loading…
Reference in a new issue