Reusing @class form_settings

This commit is contained in:
sarven 2009-01-18 00:58:43 +00:00
parent cb35bd6061
commit 620d0594fc
2 changed files with 0 additions and 3 deletions

View 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'));

View 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;