Skip to content

Commit

Permalink
CSS: Use class form-controls for form buttons by default
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent c36c045 commit 274910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Form.php
Expand Up @@ -852,7 +852,7 @@ public function addSubmitButton()
'decorators' => array(
'ViewHelper',
array('Spinner', array('separator' => '')),
array('HtmlTag', array('tag' => 'div', 'class' => 'buttons'))
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group form-controls'))
)
)
);
Expand Down

0 comments on commit 274910a

Please sign in to comment.