forked from GNUsocial/gnu-social
Reusing @class form_settings
This commit is contained in:
parent
cb35bd6061
commit
620d0594fc
@ -131,7 +131,6 @@ class LoginAction extends Action
|
|||||||
{
|
{
|
||||||
$this->elementStart('form', array('method' => 'post',
|
$this->elementStart('form', array('method' => 'post',
|
||||||
'id' => 'form_login',
|
'id' => 'form_login',
|
||||||
'class' => 'form_login',
|
|
||||||
'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'));
|
||||||
|
@ -115,9 +115,7 @@ width:100%;
|
|||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_login label,
|
|
||||||
.form_settings .form_datas label,
|
.form_settings .form_datas label,
|
||||||
.form_login input,
|
|
||||||
.form_settings .form_datas input {
|
.form_settings .form_datas input {
|
||||||
margin-right:11px;
|
margin-right:11px;
|
||||||
float:left;
|
float:left;
|
||||||
|
Loading…
Reference in New Issue
Block a user