From 2ace54edc001e35191c6afc5327929e5ad9e0755 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 12:46:03 +0200 Subject: [PATCH] CSS: Use form-controls for buttons in the user backend config form refs #5543 --- application/forms/Config/UserBackendConfigForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/Config/UserBackendConfigForm.php b/application/forms/Config/UserBackendConfigForm.php index 1183ae724..55ec88833 100644 --- a/application/forms/Config/UserBackendConfigForm.php +++ b/application/forms/Config/UserBackendConfigForm.php @@ -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')) ) ) );