mediawiki.ui: Ensure that buttons and inputs are vertically aligned
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 14 Nov 2013 12:21:42 +0000 (13:21 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 14 Nov 2013 21:27:40 +0000 (21:27 +0000)
commit680f38c7ed8d8a2ad934fc605164ca46f22ce208
tree7f370e496b64cf8c86397f34baf7a78793fa9268
parentd3e6230c3aac27d994fdf4beca5796c1fc930cc5
mediawiki.ui: Ensure that buttons and inputs are vertically aligned

Currently height of a mediawiki.ui button computes to 28px, but the
height of an input to 26px. Use vertical-align: middle; to make both
display at the center of line-height instead of at the top.

Followup to I7fdd9970.

Change-Id: Id4b45c57bae75bf1c5f56f5c43c714d91564dc15
resources/mediawiki.ui/components/default/buttons.less
resources/mediawiki.ui/mixins/forms.less