mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
79082ebf82
Changes in MediaWiki core to the padding of div#content in Vector (see 9d988924a0350228745375e074420a0e1214f7e3 ) made the toolbar in VisualEditor's ViewPageTarget integration for Vector render incorrectly. This adjusts the toolbar margins to match the changes in content padding. Bug: 61224 Change-Id: Ie6b47f5d1929533669118ba51202c1fccda4a0d6
11 lines
302 B
CSS
11 lines
302 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;
|
|
}
|