Skip to content

Commit

Permalink
narrower forms
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Jun 3, 2015
1 parent 0343644 commit 9fe80cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion resources/templates/adduser.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<%inherit file="navbar.tmpl"/>
<%block name="core">
<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">
<form method='POST' action='/adduser' role="form" class="form-signin">
${form}
Expand All @@ -14,5 +16,7 @@
</form>
</div>
</div>
<div class="col-md-2 column">
</div>
</div>
</%block>
6 changes: 5 additions & 1 deletion resources/templates/selfmodify.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<%inherit file="navbar.tmpl"/>
<%block name="core">
<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">
<form method='POST' action='/selfmodify' role="form" class="form-signin">
${form}
Expand All @@ -14,5 +16,7 @@
</form>
</div>
</div>
<div class="col-md-2 column">
</div>
</div>
</%block>

0 comments on commit 9fe80cd

Please sign in to comment.