mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-11 14:06:19 +00:00
d42a0772bb
Avoids having to update the date in every file every year, which we stopped doing. Change-Id: I7bf7aa0937eef911e00772470091753a7b06fd3d
22 lines
636 B
CSS
22 lines
636 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
*
|
|
* @copyright 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;
|
|
}
|