]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
OpenID settings remove style
authorsarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 21:22:31 +0000 (21:22 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 21:22:31 +0000 (21:22 +0000)
actions/openidsettings.php
theme/base/css/display.css

index 257aac8d0806c64ea021076a3ad4be741b54d949..126d2c992248826e1b22ef5dd4af3f09364c2d7c 100644 (file)
@@ -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');
index 08805c1e0f4da5b075ee4a96f1533ea7eb58e982..76e52ffc9ce840689cdb4d030920aadb033cf599 100644 (file)
@@ -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;
 }