mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWGeneralReferenceDialog.css
Moriel Schottlender 73356c333a Add general citations dialog
Add a dialog to group the possible citation types and allow the
user to choose the right citation dialog for them.

Depends on Ibf29417 in VE-core; useless without I3d9caef in VE-core.

Bug: T62768
Change-Id: I22a64265475b1b4c94b46c5af196bd08331a05e7
2015-03-16 17:20:38 -07:00

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