mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
73356c333a
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
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;
|
|
}
|