comparison mushra.css @ 457:5bb6ffd45d3d Dev_main

Better MUSHRA scale text using HTML elements rather than canvas
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 11 Jan 2016 11:29:12 +0000
parents be5bff655c50
children afbb999e97cb
comparison
equal deleted inserted replaced
456:be5bff655c50 457:5bb6ffd45d3d
47 position: absolute; 47 position: absolute;
48 left: 0px; 48 left: 0px;
49 z-index: 2; 49 z-index: 2;
50 } 50 }
51 51
52 div#scale-text-holder {
53 position:relative;
54 width: 100px;
55 float: left;
56 }
57 div.scale-text {
58 position: absolute;
59 }
60
52 canvas#scale-canvas { 61 canvas#scale-canvas {
53 position: relative; 62 position: relative;
63 float: left;
54 } 64 }
55 65
56 div.track-slider { 66 div.track-slider {
57 float: left; 67 float: left;
58 width: 94px; 68 width: 94px;