From: jenkins-bot Date: Thu, 9 Oct 2014 22:37:54 +0000 (+0000) Subject: Merge "Optimise checkboxes for Firefox mobile" X-Git-Tag: 1.31.0-rc.0~13645 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=e46cf61517568c5a60f85c32631755d6b39b331b;hp=-c;p=lhc%2Fweb%2Fwiklou.git Merge "Optimise checkboxes for Firefox mobile" --- e46cf61517568c5a60f85c32631755d6b39b331b diff --combined resources/src/mediawiki.ui/components/checkbox.less index a177940a0d,ce190e54a8..4204c29918 --- a/resources/src/mediawiki.ui/components/checkbox.less +++ b/resources/src/mediawiki.ui/components/checkbox.less @@@ -14,13 -14,7 +14,13 @@@ // // //
-// +// +//
+//
+// +//
+//
+// //
// // Styleguide 5. @@@ -48,6 -42,8 +48,8 @@@ // ensure the invisible checkbox takes up the required width width: @checkboxSize; height: @checkboxSize; + // This is needed for Firefox mobile (See bug 71750 to workaround default Firefox stylesheet) + max-width: none; // the pseudo before element of the label after the checkbox now looks like a checkbox & + label {