mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
00af43495b
Use new setupToolbar and setupDebugbar methods in base target. New changes: 7ff523d Localisation updates from https://translatewiki.net. 3815224 [BREAKING CHANGE] Debug bar refactor 155f4ab Edit HTML mode in demo Change-Id: I554ce51eae872ab0f741a913bf10394c2a8c3e52
16 lines
375 B
CSS
16 lines
375 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Vector skin high-definition styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-viewPageTarget-toolbar {
|
|
margin: -1.25em -1.5em 1.5em -1.5em;
|
|
}
|
|
|
|
.ve-ui-debugBar {
|
|
padding: 1.5em;
|
|
margin: 1em -1.5em -1.5em -1.5em;
|
|
}
|