diff --git a/server/src/uds/static/css/uds-html5.css b/server/src/uds/static/css/uds-html5.css
index b6a792b3..0b2489af 100644
--- a/server/src/uds/static/css/uds-html5.css
+++ b/server/src/uds/static/css/uds-html5.css
@@ -13,6 +13,23 @@ body {
}
+footer {
+ padding:1.6% 2%;
+ margin-top:4em;
+ text-align:right;
+ min-height:1em;
+ position:absolute;
+ width:100%;
+ bottom:0;
+
+}
+
+/* Sample "info" (footer) text, to be placed after (c) Virtualcable */
+/*#vcable:after {
+ content: "Testing text";
+}*/
+
+
/* Login form */
.form-signin
{
@@ -20,14 +37,10 @@ body {
padding: 15px;
margin: 0 auto;
}
-.form-signin .form-signin-heading, .form-signin .checkbox
+.form-signin .form-signin-heading, .form-signin
{
margin-bottom: 10px;
}
-.form-signin .checkbox
-{
- font-weight: normal;
-}
.form-signin .form-control
{
position: relative;
@@ -80,12 +93,4 @@ body {
-webkit-border-radius: 50%;
border-radius: 50%;
}
-.need-help
-{
- margin-top: 10px;
-}
-.new-account
-{
- display: block;
- margin-top: 10px;
-}
\ No newline at end of file
+
diff --git a/server/src/uds/templates/uds/html5/base.html b/server/src/uds/templates/uds/html5/base.html
index f0c6d35a..181a7a05 100644
--- a/server/src/uds/templates/uds/html5/base.html
+++ b/server/src/uds/templates/uds/html5/base.html
@@ -63,6 +63,11 @@
{% block body %}{% endblock %}
+
{% compress js %}