mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
8a1adef97c
Copy in the font-size:127%; rule from MonoBook's main.css which is applied to div#globalWrapper Caused by Id425c56d Bug: 73660 Change-Id: I05502295b81c62fd1180dff860dea68d76c2dfa9
27 lines
774 B
CSS
27 lines
774 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization ViewPageTarget Monobook 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: -0.6em -0.8em 1em -0.8em;
|
|
}
|
|
|
|
/* Correct for Monobook's small font in toolbars and contexts, but beware:
|
|
* - Only apply this to the outer toolbar, not the inner toolbar (otherwise it multiplies)
|
|
* - Only apply this to the main surface's context, not inside dialogs (they have their own
|
|
* font size fixes)
|
|
*/
|
|
.ve-init-mw-viewPageTarget-toolbar,
|
|
.ve-init-mw-viewPageTarget-surface .ve-ui-context {
|
|
font-size: 1.25em;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.ve-ui-overlay {
|
|
z-index: 2;
|
|
font-size: 127%;
|
|
}
|