mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
a80f662cfb
Includes adding a less file for minerva layout rules. To make best use of the less shortcuts and avoid duplication, some selectors have been slightly changed. Outcome should still be identical. Change-Id: I92179ecf6045c938cace0e7e809b7ad4cf035727
22 lines
676 B
CSS
22 lines
676 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwTransclusionDialog-multipart-message {
|
|
/* This top/bottom margin is meant to collapse with the next one */
|
|
margin: 48px 0 20px 0;
|
|
}
|
|
|
|
.ve-ui-mwTwoPaneTransclusionDialogLayout-stackLayout > .oo-ui-panelLayout.ve-ui-mwParameterPage,
|
|
.ve-ui-mwTwoPaneTransclusionDialogLayout-stackLayout > .oo-ui-panelLayout.ve-ui-mwAddParameterPage {
|
|
/* Tighter margins within a group of parameters. */
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.ve-ui-mwTransclusionDialog-template-note {
|
|
margin-top: 16px;
|
|
}
|