]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix UAs required message position on grouped radio buttons 12794/head
authorDemian Ferreiro <demian@sumavisos.com>
Wed, 19 Feb 2014 19:45:28 +0000 (16:45 -0300)
committerDemian Ferreiro <demian@sumavisos.com>
Wed, 19 Feb 2014 20:30:55 +0000 (17:30 -0300)
commitca15add174fdd8507699e1ab18591ecb037b4396
tree51b87aa3a6c56b129dda5c1440a885d806f1d7f4
parent25d047ded4a828f114710f3f1f3af7a4839f96c9
Fix UAs required message position on grouped radio buttons

Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place.
less/button-groups.less