Style join and settings forms

This commit is contained in:
Tim Van Baak 2020-01-31 13:53:00 -08:00
parent d819308639
commit f6947271a1
3 changed files with 8 additions and 2 deletions

View File

@ -114,6 +114,12 @@ textarea.fullwidth {
input.smallnumber {
width: 4em;
}
form#session-settings p {
line-height: 1.8em;
}
form#lexicon-join {
text-align: center;
}
div.dashboard-lexicon-item {
margin: 0 10px;
padding: 0 10px;

View File

@ -3,7 +3,7 @@
{% block main %}
<form action="" method="post" novalidate>
<form id="lexicon-join" action="" method="post" novalidate>
{{ form.hidden_tag() }}
{% if g.lexicon.join.password %}
<p>{{ form.password.label }}<br>{{ form.password(size=32) }}</p>

View File

@ -40,7 +40,7 @@
{% endmacro %}
{% block settings %}
<form action="" method="post" novalidate>
<form id="session-settings" action="" method="post" novalidate>
{{ form.hidden_tag() }}
<h3>General</h3>