This used to work to center the controlgroup in 1.1.0, but now it seems like it doesn\'t in 1.1.1.
Issue still persists if using $("selector").show(); to display element since it applies 'display:block'.
Instead of using .show(), now use $("selector").css('display', 'inline-block');