mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
9c782b29b3
* Added style for monobook * Added monobook to whitelisted skins * Made ve.init.mw.ViewPageTarget resilliant to vector and monobook-like skins Change-Id: Ia39e034229204ae5f1f70dce5d74c6c4db42277b
17 lines
355 B
CSS
17 lines
355 B
CSS
/**
|
|
* VisualEditor initialization ViewPageTarget Monobook skin high-definition styles.
|
|
*
|
|
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.es-toolbar-wrapper {
|
|
margin: 0 -1em;
|
|
}
|
|
|
|
.es-toolbar,
|
|
.ve-init-mw-viewPageTarget-saveDialog {
|
|
font-size: 1.25em;
|
|
line-height: 1.5em;
|
|
}
|