Use class=panel for message_area on /login.
This commit is contained in:
parent
7770f7640a
commit
867d1c34a4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ form h2
|
||||||
<input type="password" id="register_input_password_2" name="password_2" placeholder="password again">
|
<input type="password" id="register_input_password_2" name="password_2" placeholder="password again">
|
||||||
<button type="submit" id="register_input_button" class="green_button" onclick="return register_form(event);">Register</button>
|
<button type="submit" id="register_input_button" class="green_button" onclick="return register_form(event);">Register</button>
|
||||||
</form>
|
</form>
|
||||||
<div id="message_area">
|
<div id="message_area" class="panel">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue