Skip to content

Commit

Permalink
monitoring/CSS: Fix css classes used in the check now command form (WIP)
Browse files Browse the repository at this point in the history
Spinner is missing for the moment.

refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 1c01025 commit fef50e9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -18,7 +18,7 @@ class CheckNowCommandForm extends ObjectsCommandForm
*/
public function init()
{
$this->setAttrib('class', 'inline link-like');
$this->setAttrib('class', 'link');
}

/**
Expand All @@ -39,7 +39,7 @@ public function addSubmitButton()
. $this->translate('Check now'),
'decorators' => array('ViewHelper'),
'escape' => false,
'class' => 'link-like spinner',
'class' => 'action-link link',
'title' => $this->translate('Schedule the next active check to run immediately')
)
)
Expand Down

0 comments on commit fef50e9

Please sign in to comment.