Make sure buttons font-size is relative to its container
authorjdlrobson <jdlrobson@gmail.com>
Wed, 23 Jul 2014 18:09:33 +0000 (11:09 -0700)
committerHashar <hashar@free.fr>
Wed, 23 Jul 2014 20:04:23 +0000 (20:04 +0000)
Tested in Monobook, Vector, mobile, core login form

Change-Id: Id6b14b78fef91abc7b766150a01d0f32aeebf006

resources/src/mediawiki.ui/components/buttons.less

index 189dae8..ebf4779 100644 (file)
@@ -24,6 +24,7 @@
 //
 // Styleguide 2.1.
 .mw-ui-button {
+       font-size: 1em;
        // Container layout
        display: inline-block;
        padding: .5em 1em;