]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Reusing @class form_settings
authorsarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 00:58:43 +0000 (00:58 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 00:58:43 +0000 (00:58 +0000)
actions/login.php
theme/base/css/display.css

index 224b30f6fb2537c4af89e59f0500144191234430..e92087a28aba239b4f4cc64eccb2ce8e1af9063d 100644 (file)
@@ -131,7 +131,6 @@ class LoginAction extends Action
     {      
         $this->elementStart('form', array('method' => 'post',
                                            'id' => 'form_login',
-                                           'class' => 'form_login',
                                            'action' => common_local_url('login')));
         $this->elementStart('fieldset');
         $this->element('legend', null, _('Login to site'));
index 5d2ef324a43acd379c12e3545e8b89307f0bc770..435cb157603a61b732f80a36de42ff750810aaae 100644 (file)
@@ -115,9 +115,7 @@ width:100%;
 float:left;
 }
 
-.form_login label,
 .form_settings .form_datas label,
-.form_login input,
 .form_settings .form_datas input {
 margin-right:11px;
 float:left;