/*! * 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; > * { display: table-cell; } > :first-child { background-position: top; } > :last-child { padding-left: 0.5em; } }