comparison mushra.css @ 802:a21c0da62b04

MUSHRA: Beginning work for scale options
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 18 Dec 2015 13:20:09 +0000
parents 62cd4657fc38
children d9c7263cb871 8540d153caec
comparison
equal deleted inserted replaced
801:36e04b076113 802:a21c0da62b04
33 /* Specify any button structure or style */ 33 /* Specify any button structure or style */
34 min-width: 20px; 34 min-width: 20px;
35 background-color: #ddd 35 background-color: #ddd
36 } 36 }
37 37
38 div#slider-holder {
39 height: inherit;
40 position: absolute;
41 top: 125px;
42 left: 0px;
43 z-index: 2;
44 }
45
46 div#scale-holder {
47 height: inherit;
48 position: absolute;
49 top: 125px;
50 left: 0px;
51 z-index: 3;
52 }
38 53
39 div.track-slider { 54 div.track-slider {
40 float: left; 55 float: left;
41 width: 94px; 56 width: 94px;
42 border: solid; 57 border: solid;
43 border-width: 1px; 58 border-width: 1px;
44 border-color: black; 59 border-color: black;
45 padding:2px; 60 padding:2px;
61 margin-left: 50px;
46 } 62 }
47 63
48 div.track-slider-playing { 64 div.track-slider-playing {
49 background-color: #FFDDDD; 65 background-color: #FFDDDD;
50 } 66 }