mirror of https://github.com/zulip/zulip.git
accept_terms: Somewhat fix ugly white box.
This page could definitely use further design work, but at least this doesn't look completely broken.
This commit is contained in:
parent
edd3699e4f
commit
e7ef0904f5
|
@ -17,7 +17,7 @@ the registration flow has its own (nearly identical) copy of the fields below in
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="form-horizontal white-box inline-block">
|
||||
<div class="form-horizontal white-box">
|
||||
<form method="post" class="form-horizontal" id="registration" action="{{ url('zerver.views.home.accounts_accept_terms') }}">
|
||||
{{ csrf_input }}
|
||||
<div class="control-group">
|
||||
|
|
Loading…
Reference in New Issue