From: Prateek Saxena Date: Thu, 18 Sep 2014 15:37:13 +0000 (-0700) Subject: button.less: Set min-width to 80px X-Git-Tag: 1.31.0-rc.0~13959^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=10d1ccfae6f59bffc0945b61ab05f4017347c94b;p=lhc%2Fweb%2Fwiklou.git button.less: Set min-width to 80px Bug: 70972 Change-Id: I8e6beaf12d7cf1f1af20f4ff144eb0a7c2667a47 --- diff --git a/resources/src/mediawiki.ui/components/buttons.less b/resources/src/mediawiki.ui/components/buttons.less index 7142d4d071..8533c40517 100644 --- a/resources/src/mediawiki.ui/components/buttons.less +++ b/resources/src/mediawiki.ui/components/buttons.less @@ -44,6 +44,7 @@ // Container styling .button-colors(#FFF); border-radius: @buttonBorderRadius; + min-width: 80px; // Ensure that buttons and inputs are nicely aligned when they have differing heights vertical-align: middle;