2014-10-29 21:50:14 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
|
|
|
*
|
2020-01-08 17:13:04 +00:00
|
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
2014-10-29 21:50:14 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2021-09-14 13:28:49 +00:00
|
|
|
.ve-ui-mwParameterPage-label {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: middle;
|
|
|
|
font-weight: bold;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwParameterPage-statusIndicator {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2021-06-26 13:27:52 +00:00
|
|
|
.ve-ui-mwParameterPage-inlineDescription {
|
|
|
|
position: relative;
|
2022-03-09 12:06:52 +00:00
|
|
|
}
|
|
|
|
|
2022-06-21 12:26:00 +00:00
|
|
|
.ve-ui-mwParameterPage-inlineDescription > .ve-ui-expandableContent-container {
|
2021-11-29 15:08:20 +00:00
|
|
|
right: 0;
|
2021-09-14 12:00:33 +00:00
|
|
|
}
|
|
|
|
|
2021-07-15 12:47:21 +00:00
|
|
|
.ve-ui-mwParameterPage-undocumentedLabel {
|
|
|
|
margin-left: 0.4em;
|
|
|
|
font-size: 13px;
|
|
|
|
font-style: italic;
|
2022-08-29 15:00:23 +00:00
|
|
|
font-weight: normal;
|
2021-07-15 12:47:21 +00:00
|
|
|
color: #72777d;
|
|
|
|
}
|