diff --git a/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php b/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php index 850443e0e5..5a38c02b0f 100644 --- a/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php @@ -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 @@ 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') ) )