changeset 2842:86d80826db3a

#155 Add footer to all pages
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 25 Apr 2017 12:56:45 +0100
parents 75feafa06f01
children dae4f650193b
files css/core.css test.html
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/css/core.css	Tue Apr 25 12:52:43 2017 +0100
+++ b/css/core.css	Tue Apr 25 12:56:45 2017 +0100
@@ -8,6 +8,12 @@
     margin-bottom: 10px;
     font-size: 2em;
 }
+div#footer {
+    position: fixed;
+    bottom: 0px;
+    width: 100%;
+    text-align: center;
+}
 div.indicator-box {
     position: absolute;
     left: 150px;
--- a/test.html	Tue Apr 25 12:52:43 2017 +0100
+++ b/test.html	Tue Apr 25 12:56:45 2017 +0100
@@ -37,6 +37,7 @@
         <button id="popup-previous" class="popupButton">Back</button>
     </div>
     <div class="testHalt" style="visibility: hidden"></div>
+    <div id="footer">Web Audio Evaluation Toolbox (v1.2.1)</div>
 </body>
 
 </html>