mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
22 lines
511 B
CSS
22 lines
511 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-ref-buttons {
|
||
|
display: block;
|
||
|
margin: 1.5em 0;
|
||
|
}
|
||
|
|
||
|
.ve-ui-mwGeneralReferenceDialog-buttons-fieldset {
|
||
|
margin-top: 1em;
|
||
|
}
|
||
|
|
||
|
.ve-ui-mwGeneralReferenceDialog-buttons-base-fieldset {
|
||
|
border-top: 1px solid #cccccc;
|
||
|
}
|