mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
c295a731ec
In some cases ve-ui-mwTransclusionDialog-newSidebar could just removed when there are specific enough classes present so that we can be sure to not overwrite rules outside our use case. e.g with the new ve-ui-mwTwoPaneTransclusionDialogLayout-stackLayout Note that this will also remove some right padding on descriptions where it seems that it was applied for no reason. Bug: T310859 Change-Id: I6612fe1cb2ea6bd75e9bc3e6f4d6d8d0c4addc63
26 lines
625 B
CSS
26 lines
625 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwParameterPage-inlineDescription {
|
|
max-width: 50em;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-doc-required,
|
|
.ve-ui-mwParameterPage-doc-deprecated,
|
|
.ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example {
|
|
font-style: italic;
|
|
color: #54595d;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-inlineDescription > .ve-ui-expandableContent-container {
|
|
right: 0;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage .oo-ui-textInputWidget textarea {
|
|
height: 2.5em;
|
|
}
|