Merge "Create ve.ui.MWCommandHelpDialog.css for height hack"

This commit is contained in:
jenkins-bot 2014-11-25 19:42:43 +00:00 committed by Gerrit Code Review
commit 0130b6b45c
2 changed files with 13 additions and 0 deletions

View file

@ -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',

View file

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