mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
872c7a3f98
Change-Id: I22016f1a362ece79894c5577e737b1df5180d82d
19 lines
431 B
CSS
19 lines
431 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWGeneralReferenceDialog styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwGeneralReferenceDialog-panel {
|
|
margin: 1em 3em;
|
|
}
|
|
|
|
.ve-ui-mwGeneralReferenceDialog-select .oo-ui-optionWidget {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.ve-ui-mwGeneralReferenceDialog-source-field {
|
|
border-bottom: 1px solid #cccccc;
|
|
}
|