Mercurial > hg > webaudioevaluationtool
comparison interfaces/discrete.css @ 1346:c6fd5f897fa2
discrete.js interface built with correct styling. Example discrete is DCR
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 14 Jan 2016 11:22:31 +0000 |
parents | 36bbc9972852 |
children | 92f26057b934 |
comparison
equal
deleted
inserted
replaced
1345:36bbc9972852 | 1346:c6fd5f897fa2 |
---|---|
42 z-index: 3; | 42 z-index: 3; |
43 margin-top:25px; | 43 margin-top:25px; |
44 } | 44 } |
45 | 45 |
46 div#scale-holder { | 46 div#scale-holder { |
47 height: inherit; | |
48 position: absolute; | 47 position: absolute; |
49 left: 0px; | 48 left: 0px; |
50 z-index: 2; | 49 z-index: 2; |
51 } | 50 } |
52 | 51 |
76 } | 75 } |
77 | 76 |
78 div.track-slider-range { | 77 div.track-slider-range { |
79 float: left; | 78 float: left; |
80 height: 100%; | 79 height: 100%; |
81 margin: 0px 10px; | 80 margin: 0px 50px; |
81 position: relative; | |
82 } | 82 } |
83 | 83 |
84 div.track-slider-title { | 84 div.track-slider-title { |
85 float: left; | 85 float: left; |
86 padding-top: 5px; | 86 padding-top: 5px; |
91 float: left; | 91 float: left; |
92 width: 100px; | 92 width: 100px; |
93 height: 30px; | 93 height: 30px; |
94 } | 94 } |
95 | 95 |
96 input.track-radio { | |
97 position: absolute; | |
98 margin: 9px 0px; | |
99 } | |
96 | 100 |
97 button.outside-reference { | 101 button.outside-reference { |
98 width:120px; | 102 width:120px; |
99 height:20px; | 103 height:20px; |
100 margin-bottom:5px; | 104 margin-bottom:5px; |