mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
003f5fc82e
A lot of this just repeats what is already set by some other rule, e.g. because it is the OOUI default anyway. Warning. This patch is a little more agressive. I tested it on desktop and mobile, even with MonoBook, and could not spot a different. Please do some more tests. Change-Id: I0ee6e70f4f14c20d431643c53031d6d5b8df1aa2
34 lines
686 B
CSS
34 lines
686 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-label {
|
|
display: inline;
|
|
vertical-align: middle;
|
|
font-weight: bold;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-statusIndicator {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-inlineDescription {
|
|
position: relative;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-inlineDescription > .ve-ui-expandableContent-container {
|
|
right: 0;
|
|
}
|
|
|
|
.ve-ui-mwParameterPage-undocumentedLabel {
|
|
margin-left: 0.4em;
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
color: #72777d;
|
|
}
|