1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 09:24:21 +01:00

narrower forms

This commit is contained in:
kakwa 2015-06-03 22:45:58 +02:00
parent 0343644004
commit 9fe80cd491
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,9 @@
<%inherit file="navbar.tmpl"/> <%inherit file="navbar.tmpl"/>
<%block name="core"> <%block name="core">
<div class="row clearfix top-buffer bottom-buffer"> <div class="row clearfix top-buffer bottom-buffer">
<div class="col-md-12 column"> <div class="col-md-2 column">
</div>
<div class="col-md-8 column">
<div class="well well-sm"> <div class="well well-sm">
<form method='POST' action='/adduser' role="form" class="form-signin"> <form method='POST' action='/adduser' role="form" class="form-signin">
${form} ${form}
@ -14,5 +16,7 @@
</form> </form>
</div> </div>
</div> </div>
<div class="col-md-2 column">
</div>
</div> </div>
</%block> </%block>

View File

@ -1,7 +1,9 @@
<%inherit file="navbar.tmpl"/> <%inherit file="navbar.tmpl"/>
<%block name="core"> <%block name="core">
<div class="row clearfix top-buffer bottom-buffer"> <div class="row clearfix top-buffer bottom-buffer">
<div class="col-md-12 column"> <div class="col-md-2 column">
</div>
<div class="col-md-8 column">
<div class="well well-sm"> <div class="well well-sm">
<form method='POST' action='/selfmodify' role="form" class="form-signin"> <form method='POST' action='/selfmodify' role="form" class="form-signin">
${form} ${form}
@ -14,5 +16,7 @@
</form> </form>
</div> </div>
</div> </div>
<div class="col-md-2 column">
</div>
</div> </div>
</%block> </%block>