From 274910a61197cf380c5d435f4333a9064d113199 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 09:53:36 +0200 Subject: [PATCH] CSS: Use class form-controls for form buttons by default refs #5543 --- library/Icinga/Web/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index 770da128f..0f34553e9 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -852,7 +852,7 @@ class Form extends Zend_Form 'decorators' => array( 'ViewHelper', array('Spinner', array('separator' => '')), - array('HtmlTag', array('tag' => 'div', 'class' => 'buttons')) + array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls')) ) ) );