2013-07-19 22:30:29 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface Inspector styles.
|
|
|
|
*
|
2014-01-05 12:05:05 +00:00
|
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
2013-07-19 22:30:29 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2013-08-07 05:21:10 +00:00
|
|
|
/* ve.ui.MWExtensionInspector */
|
2013-07-19 22:30:29 +00:00
|
|
|
|
2013-08-07 05:21:10 +00:00
|
|
|
.ve-ui-mwExtensionInspector-input textarea {
|
2013-07-19 22:30:29 +00:00
|
|
|
height: 8em;
|
2013-10-02 00:00:57 +00:00
|
|
|
}
|
2013-12-06 14:52:26 +00:00
|
|
|
|
|
|
|
/* ve.ui.MWAlienExtensionInspector */
|
|
|
|
|
|
|
|
.ve-ui-mwAlienExtensionInspector-attributes .oo-ui-textInputWidget {
|
|
|
|
width: 100%;
|
|
|
|
}
|