From db5db0a92c1fb67eac262c33d4fbf776ceabbb3c Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 27 Feb 2012 21:17:29 -0800 Subject: breadcrumb cleanup and moving the resized on top of the timeline panel Signed-off-by: Valerio Virgillito --- js/components/layout/bread-crumb.reel/bread-crumb.css | 5 ++--- js/components/layout/bread-crumb.reel/bread-crumb.html | 8 ++++---- js/components/layout/bread-crumb.reel/bread-crumb.js | 15 +-------------- 3 files changed, 7 insertions(+), 21 deletions(-) (limited to 'js/components/layout/bread-crumb.reel') diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.css b/js/components/layout/bread-crumb.reel/bread-crumb.css index cc984609..0ca8adec 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.css +++ b/js/components/layout/bread-crumb.reel/bread-crumb.css @@ -4,12 +4,11 @@ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. */ -.bread_crumb{ +.breadcrumbTrail{ background-color: #282828; border-style: double; height: 26px; -} -.breadcrumbtrail{ + -webkit-box-flex: 0; } .bread_crumb_button{ diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.html b/js/components/layout/bread-crumb.reel/bread-crumb.html index c1b9ed61..234596a6 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.html +++ b/js/components/layout/bread-crumb.reel/bread-crumb.html @@ -16,7 +16,7 @@ "module": "js/components/layout/bread-crumb.reel", "name": "Breadcrumb", "properties": { - "element": {"#": "breadcrumb_trail"}, + "element": {"#": "breadcrumbTrail"}, "button" : {"@":"breadCrumbButton"}, "stylerepetition" : {"@":"repetition1"} @@ -60,11 +60,11 @@ -