2015-03-13 20:30:13 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWGeneralReferenceDialog styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
2015-03-26 13:58:40 +00:00
|
|
|
|
2015-03-13 20:30:13 +00:00
|
|
|
.ve-ui-mwGeneralReferenceDialog-panel {
|
|
|
|
margin: 1em 3em;
|
|
|
|
}
|
|
|
|
|
2015-03-26 13:58:40 +00:00
|
|
|
.ve-ui-mwGeneralReferenceDialog-select .oo-ui-optionWidget {
|
|
|
|
margin: 1em 0;
|
2015-03-13 20:30:13 +00:00
|
|
|
}
|
|
|
|
|
2015-03-26 13:58:40 +00:00
|
|
|
.ve-ui-mwGeneralReferenceDialog-source-field {
|
|
|
|
border-bottom: 1px solid #cccccc;
|
2015-03-13 20:30:13 +00:00
|
|
|
}
|