mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 10:59:56 +00:00
2286e5fde1
* Show the warning in the context menu (on desktop only) in addition to the reference dialog. * Add more details to the warning in reference dialog, and adjust spacing around it to make it more noticeable. Bug: T208981 Bug: T212609 Depends-On: I6ca605ddd580d6259952c8799ecdca08da07474a Change-Id: I23cc02f651c15b3276613d32a0c2537032f731c2
24 lines
493 B
CSS
24 lines
493 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWReferenceDialog styles.
|
|
*
|
|
* @copyright 2011-2019 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
|
|
* @license MIT
|
|
*/
|
|
|
|
.ve-ui-mwReferenceDialog-reuseWarning {
|
|
display: table;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.ve-ui-mwReferenceDialog-reuseWarning > * {
|
|
display: table-cell;
|
|
}
|
|
|
|
.ve-ui-mwReferenceDialog-reuseWarning > :first-child {
|
|
background-position: top;
|
|
}
|
|
|
|
.ve-ui-mwReferenceDialog-reuseWarning > :last-child {
|
|
padding-left: 0.5em;
|
|
}
|