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