CSS: Use form-controls for buttons in the user backend config form

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 12:46:03 +02:00
parent 2f05276d32
commit 2ace54edc0
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ class UserBackendConfigForm extends ConfigForm
array(
'decorators' => array(
'FormElements',
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls'))
)
)
);