]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor cleanup for login style
authorsarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 01:02:42 +0000 (01:02 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 01:02:42 +0000 (01:02 +0000)
actions/login.php
theme/base/css/display.css

index e92087a28aba239b4f4cc64eccb2ce8e1af9063d..c213e2ab5ee35251b592dec0158ed5d5e0898daa 100644 (file)
@@ -131,6 +131,7 @@ class LoginAction extends Action
     {      
         $this->elementStart('form', array('method' => 'post',
                                            'id' => 'form_login',
+                                           'class' => 'form_settings',
                                            'action' => common_local_url('login')));
         $this->elementStart('fieldset');
         $this->element('legend', null, _('Login to site'));
index 435cb157603a61b732f80a36de42ff750810aaae..35a146fa74520e5f2d3b177d0f17d6df3bb56da8 100644 (file)
@@ -149,10 +149,6 @@ margin-bottom:0;
 margin-bottom:11px;
 }
 
-#settings_email_address {
-margin-bottom:29px;
-}
-
 .form_settings input.checkbox {
 margin-top:3px;
 }
@@ -162,6 +158,10 @@ width:auto;
 margin-top:0;
 }
 
+#form_login p.form_guide {
+margin-left:0;
+}
+
 /* FORM SETTINGS */