2021-09-15 12:42:43 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2022-06-21 12:26:00 +00:00
|
|
|
.ve-ui-mwTransclusionDialog-multipart-message {
|
2021-09-15 12:42:43 +00:00
|
|
|
/* This top/bottom margin is meant to collapse with the next one */
|
2022-06-01 15:59:11 +00:00
|
|
|
margin: 48px 0 20px 0;
|
2021-09-15 12:42:43 +00:00
|
|
|
}
|
|
|
|
|
2022-06-23 15:31:13 +00:00
|
|
|
.ve-ui-mwTwoPaneTransclusionDialogLayout-stackLayout > .oo-ui-panelLayout.ve-ui-mwParameterPage,
|
|
|
|
.ve-ui-mwTwoPaneTransclusionDialogLayout-stackLayout > .oo-ui-panelLayout.ve-ui-mwAddParameterPage {
|
2021-09-15 12:42:43 +00:00
|
|
|
/* Tighter margins within a group of parameters. */
|
2022-06-01 15:59:11 +00:00
|
|
|
margin-top: 20px;
|
2021-09-15 12:42:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwTransclusionDialog-template-note {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|