Mercurial > hg > webaudioevaluationtool
comparison core.css @ 212:b5cb42422f4a
Merge into main for bug fixes
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Tue, 16 Jun 2015 14:51:44 +0100 |
parents | 13946f91f0a3 |
children | 1c32dbb8ac32 |
comparison
equal
deleted
inserted
replaced
208:43dc4a1c3adf | 212:b5cb42422f4a |
---|---|
58 | 58 |
59 textarea.trackComment { | 59 textarea.trackComment { |
60 width: 618px; | 60 width: 618px; |
61 margin-right:15px; | 61 margin-right:15px; |
62 } | 62 } |
63 | |
64 div.playhead { | |
65 width: 500px; | |
66 height: 50px; | |
67 background-color: #eee; | |
68 border-radius: 10px; | |
69 padding: 10px; | |
70 } | |
71 | |
72 div.playhead-scrub-track { | |
73 width: 100%; | |
74 height: 10px; | |
75 border-style: solid; | |
76 border-width: 1px; | |
77 } | |
78 | |
79 div#playhead-scrubber { | |
80 width: 10px; | |
81 height: 10px; | |
82 position: relative; | |
83 background-color: #000; | |
84 } |