mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
089dc68085
To begin just render the existing attributes as a form. Later we may want the ability to add/remove attributes. Change-Id: Ib443498bdae5d362b198c60f0c23d864dca1b6b6
19 lines
411 B
CSS
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%;
|
|
}
|