2022-01-13 13:06:36 +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
|
|
|
.oo-ui-menuLayout-content > .ve-ui-mwTwoPaneTransclusionDialogLayout-stackLayout {
|
2022-01-13 13:06:36 +00:00
|
|
|
/* We don't want anything to collapse left/right, so shouldn't use margin */
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
2022-06-14 14:53:41 +00:00
|
|
|
|
2022-06-21 12:26:00 +00:00
|
|
|
.ve-ui-mwTransclusionDialog-multipart-message,
|
|
|
|
.ve-ui-mwTransclusionDialog-multipart-message + .oo-ui-panelLayout {
|
2022-06-14 14:53:41 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|