CC-2814: Login error messages need to be highlighted
- done - Recaptcha box and submit button is moved to center
This commit is contained in:
parent
f60a4439be
commit
1e4bcdf831
5 changed files with 15 additions and 5 deletions
|
@ -43,7 +43,7 @@ class Application_Form_Login extends Zend_Form
|
|||
$this->addElement('submit', 'submit', array(
|
||||
'ignore' => true,
|
||||
'label' => 'Login',
|
||||
'class' => 'ui-button ui-widget ui-state-default ui-button-text-only'
|
||||
'class' => 'ui-button ui-widget ui-state-default ui-button-text-only center'
|
||||
));
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue