diff options
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css b/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css index b8784d4d..26dd272c 100644 --- a/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css +++ b/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css | |||
@@ -251,16 +251,18 @@ | |||
251 | } | 251 | } |
252 | .timebar{ | 252 | .timebar{ |
253 | height: 3px; | 253 | height: 3px; |
254 | width:1px; | 254 | width:0; |
255 | background-color: #ff0003; | 255 | background-color: #ff0003; |
256 | opacity: 0.3; | 256 | opacity: 0.3; |
257 | top:10px; | 257 | top:10px; |
258 | position: absolute; | 258 | position: absolute; |
259 | border-top: #c7a19f thin solid; | 259 | border-top: #c7a19f thin solid; |
260 | border-right: #ffffff thin solid; | 260 | border-right: #ffffff thin solid; |
261 | |||
262 | } | 261 | } |
263 | .endhottext{ | 262 | .endhottext{ |
264 | float: right; | 263 | float: right; |
265 | padding-right: 8px; | 264 | font-family: 'Droid Sans'; |
265 | font-size: 12px; | ||
266 | text-shadow: 1px 1px 1px black; | ||
267 | color: white; | ||
266 | } \ No newline at end of file | 268 | } \ No newline at end of file |