mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-11 14:06:19 +00:00
4a48613119
Bug: T309584 Change-Id: I9d5148fe958dd7e11ed656790972c6197f748901
17 lines
610 B
CSS
17 lines
610 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-newSidebar .oo-ui-menuLayout-content > .oo-ui-bookletLayout-stackLayout {
|
|
/* We don't want anything to collapse left/right, so shouldn't use margin */
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.ve-ui-mwTransclusionDialog-newSidebar .ve-ui-mwTransclusionDialog-multipart-message,
|
|
.ve-ui-mwTransclusionDialog-newSidebar .ve-ui-mwTransclusionDialog-multipart-message + .oo-ui-panelLayout {
|
|
margin-top: 20px;
|
|
}
|