mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
840c871a97
By searching for CSS classes that don't exist in the code. In some cases the classes were used but had been renamed. Change-Id: I76442a632c18d2133cdf78c4555da149c0a7888c
26 lines
545 B
CSS
26 lines
545 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;
|
|
}
|
|
|
|
.oo-ui-toolbar {
|
|
font-size: 1.25em;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
/* Monobook sets font-size: x-small; on the body. Undo this in frames and overlays */
|
|
.oo-ui-frame-body,
|
|
body .ve-ui-overlay {
|
|
font-size: medium;
|
|
}
|
|
|
|
.ve-ui-overlay {
|
|
z-index: 4;
|
|
}
|