comparison core.css @ 201:13946f91f0a3 Dev_main

Started on playhead / scrubber bar. Now object in interfaceContext. Needs binding of setInterval.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 10 Jun 2015 16:12:46 +0100
parents 30b9d9538cb7
children 1c32dbb8ac32
comparison
equal deleted inserted replaced
200:4677b3280731 201:13946f91f0a3
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 }