set controlgroup to full width in content?
I'm trying to make my controlgroup buttons expand to 100% width. I've researched the internet and found:
.
ui-controlgroup-horizontal
.
ui-controlgroup-controls
{
display
:
block
!important
;
}
This increased the controlgroup controls div to full width but the buttons don't expand. See my example here:
The Yes/No buttons should expand to full size and, ideally, align to the bottom of the content div. Can anyone help me with this?
Regards and thanks in advance