diff mushra.css @ 456:be5bff655c50 Dev_main

MUSHRA now has scale drawn by HTML5 Canvas
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 11 Jan 2016 10:40:02 +0000
parents da368f23bcd3
children 5bb6ffd45d3d
line wrap: on
line diff
--- a/mushra.css	Wed Jan 06 12:56:29 2016 +0000
+++ b/mushra.css	Mon Jan 11 10:40:02 2016 +0000
@@ -38,17 +38,19 @@
 div#slider-holder {
 	height: inherit;
 	position: absolute;
-	top: 125px;
 	left: 0px;
-	z-index: 2;
+	z-index: 3;
 }
 
 div#scale-holder {
 	height: inherit;
 	position: absolute;
-	top: 125px;
 	left: 0px;
-	z-index: 3;
+	z-index: 2;
+}
+
+canvas#scale-canvas {
+	position: relative;
 }
 
 div.track-slider {