mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/ve.ui.MWInspector.css
Ed Sanders 089dc68085 Allow editing of attributes of MW extensions
To begin just render the existing attributes as a form. Later
we may want the ability to add/remove attributes.

Change-Id: Ib443498bdae5d362b198c60f0c23d864dca1b6b6
2014-02-20 03:37:46 +00:00

19 lines
411 B
CSS

/*!
* VisualEditor MediaWiki UserInterface Inspector styles.
*
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
/* ve.ui.MWExtensionInspector */
.ve-ui-mwExtensionInspector-input textarea {
height: 8em;
}
/* ve.ui.MWAlienExtensionInspector */
.ve-ui-mwAlienExtensionInspector-attributes .oo-ui-textInputWidget {
width: 100%;
}