Improve the login UI (css and translations)

This commit is contained in:
yflory
2017-01-17 16:21:12 +01:00
parent e006ed7076
commit 73d424b506
9 changed files with 105 additions and 35 deletions

View File

@@ -15,7 +15,7 @@
<div id="userForm">
<center>
<h1>Join Us!</h1>
<h1 data-localization="form_title"></h1>
</center>
<label for="name" data-localization="form_username"></label><br>
<input type="text" id="name" name="name" data-localization-placeholder="login_username" autofocus><br>