mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 19:09:29 +00:00
e68eba2687
New changes: 4bb50c3 Localisation updates from https://translatewiki.net. b7a5b87 dm.InternalList: Use DOM methods instead of jQuery .html() 5b09c9b Localisation updates from https://translatewiki.net. b709d19 Add generic support of alignable nodes a1f6c3d Localisation updates from https://translatewiki.net. c29675a Add find next/previous to command help dialog 1e0b1ed Localisation updates from https://translatewiki.net. 7c76542 Don't render rowspan="1" colspan="1" for every table cell 99eb069 Show a message when an invalid regex is inputted in F&R Local changes: Bump command help height for new find next/prev commands Change-Id: I0196775e499132262ba80acdbf1afc26ef4e8c77
13 lines
261 B
CSS
13 lines
261 B
CSS
/*!
|
|
* VisualEditor UserInterface MediaWiki CommandHelpDialog styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see http://ve.mit-license.org
|
|
*/
|
|
|
|
.ve-ui-commandHelpDialog-container {
|
|
/*
|
|
* See ve.ui.CommandHelpDialog.css
|
|
*/
|
|
height: 45em;
|
|
}
|