Mercurial > hg > webaudioevaluationtool
diff core.css @ 1154:3ba07a441364
Adding volume control interface object. Minor discrete layout format change.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 22 Jan 2016 11:10:33 +0000 |
parents | 3edcbbea168b |
children | 5352a2adc6d1 |
line wrap: on
line diff
--- a/core.css Sat Jan 16 14:51:02 2016 +0000 +++ b/core.css Fri Jan 22 11:10:33 2016 +0000 @@ -98,3 +98,24 @@ position: relative; background-color: #000; } + +div#master-volume-holder { + width: 250px; + height: 25px; + float: left; +} + +input#master-volume-control { + width: 200px; + height: 25px; + float: left; + margin: 0px; + padding: 0px; +} + +span#master-volume-feedback { + width: 45px; + height: 25px; + margin-left: 5px; + float: left; +} \ No newline at end of file