mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Correct font sizes of everything on MonoBook
This is not pretty and probably isn't optimal, but it works well enough. The bug about getting rid of this all is T91152. Bug: T94071 Change-Id: If926286f1d0c7835489914ed653a0d65ed24f53a
This commit is contained in:
parent
9962663f81
commit
4bfc19349a
|
@ -12,18 +12,17 @@
|
|||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.oo-ui-window {
|
||||
/* Correct for Monobook's x-small font on non-isolated windows */
|
||||
/* 0.8em / x-small */
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.ve-ui-overlay,
|
||||
.ve-init-mw-viewPageTarget-windowManager-welcome {
|
||||
.ve-ui-overlay {
|
||||
/* Mimic #globalWrapper */
|
||||
font-size: 127%;
|
||||
}
|
||||
|
||||
.ve-ui-overlay-global,
|
||||
.ve-init-mw-viewPageTarget-windowManager-welcome {
|
||||
/* Mimic #globalWrapper + Correct for Monobook's x-small font on the root overlay */
|
||||
font-size: 1.5875em;
|
||||
}
|
||||
|
||||
.ve-ui-overlay-global {
|
||||
/* So that the overlay always appears over the site logo, search box and personal tools */
|
||||
z-index: 4;
|
||||
|
|
Loading…
Reference in a new issue