mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Create ve.ui.MWCommandHelpDialog.css for height hack"
This commit is contained in:
commit
0130b6b45c
|
@ -808,6 +808,7 @@ $wgResourceModules += array(
|
|||
'styles' => array(
|
||||
// ui
|
||||
'modules/ve-mw/ui/styles/inspectors/ve.ui.MWExtensionInspector.css',
|
||||
'modules/ve-mw/ui/styles/dialogs/ve.ui.MWCommandHelpDialog.css',
|
||||
'modules/ve-mw/ui/styles/dialogs/ve.ui.MWSaveDialog.css',
|
||||
'modules/ve-mw/ui/styles/widgets/ve.ui.MWTitleInputWidget.css',
|
||||
'modules/ve-mw/ui/styles/widgets/ve.ui.MWTocWidget.css',
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
/*!
|
||||
* VisualEditor UserInterface MediaWiki CommandHelpDialog styles.
|
||||
*
|
||||
* @copyright 2011-2014 VisualEditor Team and others; see http://ve.mit-license.org
|
||||
*/
|
||||
|
||||
.ve-ui-commandHelpDialog-container {
|
||||
/*
|
||||
* See ve.ui.CommandHelpDialog.css
|
||||
*/
|
||||
height: 38em;
|
||||
}
|
Loading…
Reference in a new issue