added working register form. still needs to be saved

This commit is contained in:
Stefan Dresselhaus
2015-06-15 23:58:08 +02:00
parent 96e63b0299
commit ff3bc3f89e
4 changed files with 78 additions and 4 deletions

View File

@ -27,7 +27,8 @@ $newline never
<header>
<div id="main" role="main">
^{pageBody pc}
<footer>
<footer class="footer">
<div class="container">
#{appCopyright $ appSettings master}
$maybe analytics <- appAnalytics $ appSettings master

View File

@ -0,0 +1,20 @@
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
font-size:x-small;
position: absolute;
color: #888888;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}