From: Marius Gavrilescu Date: Wed, 5 Feb 2014 13:59:28 +0000 (+0200) Subject: Add form.js markup and CSS X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=52f5c67912992aecd2a58b32cb81e1aabb7d94cc Add form.js markup and CSS --- diff --git a/a/account.en b/a/account.en index 7c55ecf..931e084 100644 --- a/a/account.en +++ b/a/account.en @@ -1,5 +1,5 @@

Register

-
+
diff --git a/css/custom.css b/css/custom.css index b4601d8..4cc0ab7 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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 diff --git a/lib/Gruntmaster/Page/Base.pm b/lib/Gruntmaster/Page/Base.pm index b328d2b..91c2764 100644 --- a/lib/Gruntmaster/Page/Base.pm +++ b/lib/Gruntmaster/Page/Base.pm @@ -76,7 +76,7 @@ my %orig_header_templates = (
TITLE_GOES_HERE
- +
HTML );