mediawiki-extensions-Visual.../modules/ve-mw/init/styles/ve.init.mw.ViewPageTarget-monobook.css
Ed Sanders 840c871a97 Remove unused CSS classes
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
2014-07-28 19:43:35 +01:00

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;
}