Commit 0b5c95e8 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: login_form, add space between the fields

parent a79cbf73
...@@ -40,11 +40,11 @@ ...@@ -40,11 +40,11 @@
<div class="ui-field-contain"> <div class="ui-field-contain">
<label i18n:domain="ui" i18n:translate="" >Login</label> <label i18n:domain="ui" i18n:translate="" >Login</label>
<div><input autofocus type="text" name="__ac_name" value="" required=""></div> <div><input autofocus type="text" name="__ac_name" value="" required=""></div>
</div> </div><br/>
<div class="ui-field-contain"> <div class="ui-field-contain">
<label i18n:domain="ui" i18n:translate="" >Password</label> <label i18n:domain="ui" i18n:translate="" >Password</label>
<div><input type="password" name="__ac_password" value="" required=""></div> <div><input type="password" name="__ac_password" value="" required=""></div>
</div> </div><br/>
<div class="ui-field-contain"> <div class="ui-field-contain">
<label></label> <label></label>
<div tal:define="absolute_url python:context.absolute_url()"> <div tal:define="absolute_url python:context.absolute_url()">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment