Minor cleanup for login style

This commit is contained in:
sarven 2009-01-18 01:02:42 +00:00
parent 620d0594fc
commit 88c7da66f0
2 changed files with 5 additions and 4 deletions

View File

@ -131,6 +131,7 @@ class LoginAction extends Action
{ {
$this->elementStart('form', array('method' => 'post', $this->elementStart('form', array('method' => 'post',
'id' => 'form_login', 'id' => 'form_login',
'class' => 'form_settings',
'action' => common_local_url('login'))); 'action' => common_local_url('login')));
$this->elementStart('fieldset'); $this->elementStart('fieldset');
$this->element('legend', null, _('Login to site')); $this->element('legend', null, _('Login to site'));

View File

@ -149,10 +149,6 @@ margin-bottom:0;
margin-bottom:11px; margin-bottom:11px;
} }
#settings_email_address {
margin-bottom:29px;
}
.form_settings input.checkbox { .form_settings input.checkbox {
margin-top:3px; margin-top:3px;
} }
@ -162,6 +158,10 @@ width:auto;
margin-top:0; margin-top:0;
} }
#form_login p.form_guide {
margin-left:0;
}
/* FORM SETTINGS */ /* FORM SETTINGS */