OpenID settings remove style
This commit is contained in:
parent
061de33e57
commit
7749228f52
|
@ -124,7 +124,7 @@ class OpenidsettingsAction extends AccountSettingsAction
|
|||
|
||||
if ($cnt == 1 && !$user->password) {
|
||||
|
||||
$this->element('p', null,
|
||||
$this->element('p', 'form_guide',
|
||||
_('Removing your only OpenID '.
|
||||
'would make it impossible to log in! ' .
|
||||
'If you need to remove it, '.
|
||||
|
@ -162,7 +162,7 @@ class OpenidsettingsAction extends AccountSettingsAction
|
|||
$this->element('input', array('type' => 'submit',
|
||||
'id' => 'remove'.$idx,
|
||||
'name' => 'remove',
|
||||
'class' => 'submit',
|
||||
'class' => 'submit remove',
|
||||
'value' => _('Remove')));
|
||||
$this->elementEnd('fieldset');
|
||||
$this->elementEnd('form');
|
||||
|
|
|
@ -84,18 +84,11 @@ left:0;
|
|||
padding:4px 7px;
|
||||
-moz-border-radius:4px;
|
||||
}
|
||||
|
||||
form label.submit {
|
||||
display:none;
|
||||
}
|
||||
form .error_message {
|
||||
display:block;
|
||||
}
|
||||
.form_response {
|
||||
margin-bottom:18px;
|
||||
}
|
||||
|
||||
form input.submit {
|
||||
.form_settings input.remove {
|
||||
margin-left:11px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user