Mercurial > hg > webaudioevaluationtool
comparison interfaces/AB.css @ 1356:386415d2a5c1
Added master volume. Ensured playhead, page-count and volume <interfaceoption> show options are enabled on all test pages.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 25 Jan 2016 17:29:34 +0000 |
parents | bbb6462cf446 |
children | e3ff10a1ebc5 c0022a09c4f6 |
comparison
equal
deleted
inserted
replaced
1355:7e0678b5f87a | 1356:386415d2a5c1 |
---|---|
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 } |