mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWGeneralReferenceDialog.css
Ed Sanders 872c7a3f98 Replace buttons with select widgets in GeneralReferenceDialog
Change-Id: I22016f1a362ece79894c5577e737b1df5180d82d
2015-03-26 13:58:40 +00:00

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;
}