mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
72cf12a2de
Also adding some margin where it made sense looking at the mocks in the message document. Bug: T373876 Change-Id: I1165681521565d900b705a45579fd816fe625a8f
17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
/*!
|
|
* 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,
|
|
.ve-ui-mwReferenceDialog-extendsWarning {
|
|
font-weight: normal;
|
|
margin-bottom: 1em;
|
|
|
|
.ve-ui-previewElement {
|
|
margin: 1em 0;
|
|
}
|
|
}
|