Mercurial > hg > webaudioevaluationtool
diff core.css @ 201:13946f91f0a3 Dev_main
Started on playhead / scrubber bar. Now object in interfaceContext. Needs binding of setInterval.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 10 Jun 2015 16:12:46 +0100 |
parents | 30b9d9538cb7 |
children | 1c32dbb8ac32 |
line wrap: on
line diff
--- a/core.css Wed Jun 10 14:39:15 2015 +0100 +++ b/core.css Wed Jun 10 16:12:46 2015 +0100 @@ -60,3 +60,25 @@ width: 618px; margin-right:15px; } + +div.playhead { + width: 500px; + height: 50px; + background-color: #eee; + border-radius: 10px; + padding: 10px; +} + +div.playhead-scrub-track { + width: 100%; + height: 10px; + border-style: solid; + border-width: 1px; +} + +div#playhead-scrubber { + width: 10px; + height: 10px; + position: relative; + background-color: #000; +}