mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 11:23:03 +00:00
852e1ababe
Also: * Disconnect change event on this.input, which doesn't get destroyed on teardown * Add padding between attributes and this.input * Assume the alien extensions can have a rendering when their body is empty. Bug: T177181 Bug: T177183 Change-Id: I2e59f8195b255f33f91901213c92ea14793635b4
15 lines
359 B
CSS
15 lines
359 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface alien extension inspector styles.
|
|
*
|
|
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwAlienExtensionInspector-attributes {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.ve-ui-mwAlienExtensionInspector-attributes .oo-ui-textInputWidget {
|
|
width: 100%;
|
|
}
|