monitoring/CSS: Fix css classes used in the check now command form (WIP)

Spinner is missing for the moment.

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:28:39 +02:00
parent 1c01025162
commit fef50e9584
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class CheckNowCommandForm extends ObjectsCommandForm
*/
public function init()
{
$this->setAttrib('class', 'inline link-like');
$this->setAttrib('class', 'link');
}
/**
@ -39,7 +39,7 @@ class CheckNowCommandForm extends ObjectsCommandForm
. $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')
)
)