Set the class of the default divs to form-group
This commit is contained in:
parent
ae895ad8b7
commit
8fc599240e
|
@ -3,6 +3,7 @@
|
|||
'legend' => false,
|
||||
'fieldset' => false,
|
||||
'label' => array('class' => array('control-label')),
|
||||
'div' => array('class' => array('form-group')),
|
||||
'class' => 'form-control'
|
||||
)
|
||||
)); ?>
|
||||
|
|
Loading…
Reference in New Issue