Add form.js markup and CSS
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 5 Feb 2014 13:59:28 +0000 (15:59 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 5 Feb 2014 13:59:40 +0000 (15:59 +0200)
a/account.en
css/custom.css
lib/Gruntmaster/Page/Base.pm

index 7c55ecf981de090de4529a0c4d6a9525423f18f4..931e0848f672b1aefcbf5ba172987c1efd0ba6b1 100644 (file)
@@ -1,5 +1,5 @@
 <h1>Register</h1>
-<form action="/action/register" method="POST" role="form">
+<form action="/action/register" method="POST" class="jsform" role="form">
 <div class="form-group"><label for="r_username">Username</label><input type="text" class="form-control" id="r_username" name="username" required></div>
 <div class="form-group"><label for="r_password">Password</label><input type="password" class="form-control" id="r_password" name="password" required></div>
 <div class="form-group"><label for="r_confirm_password">Confirm password</label><input type="password" class="form-control" id="r_confirm_password" name="confirm_password" required></div>
index b4601d8537c7936cd9b98dc4e18311d3ea7825c8..4cc0ab746a2dded7c4e77a60815c007f0206bc2d 100644 (file)
@@ -46,3 +46,7 @@ div.container-fluid {
 .list-group-item, .form-control {
        max-width: 30em;
 }
+
+div#result{
+       text-align: center;
+}
\ No newline at end of file
index b328d2b257fbfa84a36478a8fad500a46e8cef71..91c2764ffb6209e30a0d0a61c174cce81d212044 100644 (file)
@@ -76,7 +76,7 @@ my %orig_header_templates = (
 <div class="container-fluid">
 
 <div id="subtitle">TITLE_GOES_HERE</div>
-
+<div id="result"></div>
 HTML
 );
 
This page took 0.012 seconds and 4 git commands to generate.