Mercurial > hg > webaudioevaluationtool
comparison interfaces/AB.css @ 485:92f26057b934 Dev_main
Added master volume. Ensured playhead, page-count and volume <interfaceoption> show options are enabled on all test pages.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 25 Jan 2016 17:29:34 +0000 |
parents | 1330c77d212c |
children | e3ff10a1ebc5 c0022a09c4f6 |
comparison
equal
deleted
inserted
replaced
484:44d20bccf36b | 485:92f26057b934 |
---|---|
70 width: 250px; | 70 width: 250px; |
71 height: 38px; | 71 height: 38px; |
72 position: relative; | 72 position: relative; |
73 margin-top: 5px; | 73 margin-top: 5px; |
74 } | 74 } |
75 | |
76 div.playhead { | |
77 margin: 5px; | |
78 } | |
79 | |
80 div#page-count { | |
81 float: left; | |
82 margin: 0px 5px; | |
83 } | |
84 | |
85 div#master-volume-holder { | |
86 position: absolute; | |
87 top: 10px; | |
88 left: 120px; | |
89 } |