From 23fae3e1e8967cc68a876ca3fc6cad1cec2488c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 22 Feb 2017 19:06:21 +0100 Subject: [PATCH] Added footer to web interface --- code/html/custom.css | 13 +++++++++++++ code/html/index.html | 8 ++++++++ 2 files changed, 21 insertions(+) diff --git a/code/html/custom.css b/code/html/custom.css index 84f7a764..2c83b264 100644 --- a/code/html/custom.css +++ b/code/html/custom.css @@ -8,6 +8,19 @@ .panel { display: none; } +.footer { + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 10px; + font-size: 80%; + color: #999; +} +#menu .footer a { + text-decoration: none; + padding: 0px; +} .content { margin: 0px; } diff --git a/code/html/index.html b/code/html/index.html index 037e9336..ea18a63f 100644 --- a/code/html/index.html +++ b/code/html/index.html @@ -117,6 +117,14 @@ + +