aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css
diff options
context:
space:
mode:
authorhwc4872012-02-23 15:21:56 -0800
committerhwc4872012-02-23 15:21:56 -0800
commit26bb2894c29d4608e843de01829d352dd3d00823 (patch)
treec5a9d10976304fe5b3dec59f40977d8c72df57de /js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css
parent64280907f31e6f6e5659acb0893df3e0da5bb044 (diff)
parent81ce79819ba574b03b46e91e9a153dab82b550cd (diff)
downloadninja-26bb2894c29d4608e843de01829d352dd3d00823.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into integration
Conflicts: js/helper-classes/RDGE/GLWorld.js js/helper-classes/RDGE/Materials/PulseMaterial.js js/helper-classes/RDGE/Materials/RadialBlurMaterial.js js/helper-classes/RDGE/src/tools/rdge-compiled.js js/preloader/Preloader.js
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css25
1 files changed, 21 insertions, 4 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css b/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css
index cbae49c8..26dd272c 100644
--- a/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css
+++ b/js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css
@@ -236,7 +236,7 @@
236 position: absolute; 236 position: absolute;
237 top: 6px; 237 top: 6px;
238 left: -3px; 238 left: -3px;
239 z-index: 912; 239 z-index: 92;
240 background-color: #b50003; 240 background-color: #b50003;
241 opacity: 0.5; 241 opacity: 0.5;
242} 242}
@@ -244,8 +244,25 @@
244 height: 100%; 244 height: 100%;
245 width: 1px; 245 width: 1px;
246 background-color: #cccccc; 246 background-color: #cccccc;
247 top: 0px; 247 top: 0;
248 left: 0px; 248 left: 0;
249 position: absolute; 249 position: absolute;
250 z-index: 913; 250 z-index: 91;
251}
252.timebar{
253 height: 3px;
254 width:0;
255 background-color: #ff0003;
256 opacity: 0.3;
257 top:10px;
258 position: absolute;
259 border-top: #c7a19f thin solid;
260 border-right: #ffffff thin solid;
261}
262.endhottext{
263 float: right;
264 font-family: 'Droid Sans';
265 font-size: 12px;
266 text-shadow: 1px 1px 1px black;
267 color: white;
251} \ No newline at end of file 268} \ No newline at end of file