mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/inspectors/ve.ui.MWAlienExtensionInspector.css
Ed Sanders 852e1ababe MWAlienExtensionNode: Listen to attribute changes
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
2017-10-02 16:22:41 +01:00

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%;
}