CSS fixes

This commit is contained in:
dignajar 2016-06-05 23:38:34 -03:00
parent 159199a470
commit a7c18badae
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ HTML::formOpen(array('id'=>'edit-user-profile-form','class'=>'uk-form-horizontal
'value'=>$_user['username']
));
HTML::legend(array('value'=>$L->g('New password')));
HTML::legend(array('value'=>$L->g('New password'), 'class'=>'first-child'));
HTML::formInputText(array(
'name'=>'usernameDisable',