mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
c9c7c06e76
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
28 lines
478 B
Plaintext
28 lines
478 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwParameterPage {
|
|
&-inlineDescription {
|
|
max-width: 50em;
|
|
}
|
|
|
|
&-doc-required,
|
|
&-doc-deprecated,
|
|
&-inlineDescription &-doc-example {
|
|
font-style: italic;
|
|
color: #54595d;
|
|
}
|
|
|
|
&-inlineDescription > .ve-ui-expandableContent-container {
|
|
right: 0;
|
|
}
|
|
|
|
.oo-ui-textInputWidget textarea {
|
|
height: 2.5em;
|
|
}
|
|
}
|