Mercurial > hg > webaudioevaluationtool
diff 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 |
line wrap: on
line diff
--- a/mushra.css Mon Jan 11 10:40:02 2016 +0000 +++ b/mushra.css Mon Jan 11 11:29:12 2016 +0000 @@ -49,8 +49,18 @@ z-index: 2; } +div#scale-text-holder { + position:relative; + width: 100px; + float: left; +} +div.scale-text { + position: absolute; +} + canvas#scale-canvas { position: relative; + float: left; } div.track-slider {