mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-28 00:40:12 +00:00
9b9eccc21b
Change-Id: I7a8ec9fceb3563a4561afd95e18a5667a363a1ab
24 lines
388 B
Plaintext
24 lines
388 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 {
|
|
display: table;
|
|
margin-bottom: 1em;
|
|
|
|
> * {
|
|
display: table-cell;
|
|
}
|
|
|
|
> :first-child {
|
|
background-position: top;
|
|
}
|
|
|
|
> :last-child {
|
|
padding-left: 0.5em;
|
|
}
|
|
}
|