mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
CSS: Use form-controls for buttons in the user backend config form
refs #5543
This commit is contained in:
parent
2f05276d32
commit
2ace54edc0
@ -476,7 +476,7 @@ class UserBackendConfigForm extends ConfigForm
|
|||||||
array(
|
array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'FormElements',
|
'FormElements',
|
||||||
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
|
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls'))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user