mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/pages/ve.ui.MWParameterPage.css
Thiemo Kreuz 847ab1800b Remove unused CSS from template dialog
These pieces are only relevant when the new "inlineDescription"
feature is enabled. In other words: This can't have an effect on
the old dialog.

The 2.5em left and right are from an old styling when the
parameter pages have been indented.

Change-Id: I022b0dd94ee66f7de114c055c3f453317a7f6131
2021-12-07 13:57:18 +00:00

56 lines
1.2 KiB
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 .ve-ui-mwParameter-wikitextFallbackInput {
/* Support: Blink, Gecko, Webkit */
/* Specify a valid second value to fix size, see T176636 */
font-family: monospace, monospace;
background-color: #c8ccd1;
}
.ve-ui-mwParameterPage-warning {
color: #202122; /* @wmui-color-base10 */
font-weight: normal;
margin-top: 0.5em;
}
.ve-ui-mwParameterPage-warning .oo-ui-iconElement-icon {
opacity: 0.87;
}
.ve-ui-mwParameterPage-info {
margin-bottom: 0.5em;
}
.ve-ui-mwParameterPage-label {
display: inline;
vertical-align: middle;
font-weight: bold;
overflow-wrap: break-word;
}
.ve-ui-mwParameterPage-statusIndicator {
display: inline-block;
vertical-align: middle;
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;
color: #72777d;
}