jquery.confirmable: Add a space between buttons
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 12 Sep 2014 19:15:29 +0000 (21:15 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 12 Sep 2014 19:15:29 +0000 (21:15 +0200)
commit9cb95c3dd72387855b01cdb91c06b682b68dad30
treeba7bc58b6d1dba4e7bc8f1c754ca9403dccf026f
parentca1ec03b8cbae5630e892e3b246efcb7e08ae922
jquery.confirmable: Add a space between buttons

It should have always been there, my bad. Problems with lack of the
space:

* Languages with ligatures may decide to join the last letters of
  "Yes" with first letters of "No", producing a mess. (This was
  reported with a proposed solution as I0e6fcd83, I opted for doing
  this fix instead.)
* The "Yes" and "No" may be read together by screen readers, as
  "Yesno" (although I didn't test this), and similarly misinterpreted
  by other tools.
* The interface looks silly when copy-pasted.

Change-Id: I65c771fc22e105bf5978e6e4ee5068200f294b9e
resources/Resources.php
resources/src/jquery/jquery.confirmable.js
resources/src/jquery/jquery.confirmable.mediawiki.js