Lines Matching refs:tape

12 * Event tape heights now use theme.event.tape.height. Better than using css since:
13 theme.event.track.height & theme.event.tape.height need to work with each other.
19 Further note about this change since it is undoing someone's work: The tape height
20 on the screen was defined purely by css. But the tape height from the theme was
21 still being used (to some extent) in the sw. In particular, the Theme's tape height
23 sense for the theme's tape height to be returned by the function when the
24 actual height of the tape was being controlled in the css file.
33 after the event's earliestEnd. This caused the tape width to be negative. This
40 theme.event.duration.color or css color for class timeline-small-event-tape
92 icon or tape. If theme.event.highlightLabelBackground is true, the label's background
97 * event's tape and highlight div's need index num in id since there can be more
98 than one tape div per event. -- And id must be unique. -- LarryK rev 1661
103 Problem was that label was too close to tape (and would sometimes overlap)
105 year 4400 (with thick tape) looks much better with the change.
112 control over top margin of icon (margin between bottom of tape and
113 top of icon). Only used if the event has a tape and an icon.
179 Works everywhere but ie. So added label-, icon-, tape- to className plus className by
207 and tape divs. Eg classname of 'hot_event' will result in div classes of
208 'timeline-event-label hot_event' and 'timeline-event-tape hot_event' for
209 the event's Timeline label and tape, respectively. Change is that classname
210 is now added to the tape's div. -- LarryK rev 1576