From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- .../layout/bread-crumb.reel/bread-crumb.css | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 js/components/layout/bread-crumb.reel/bread-crumb.css (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.css') diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.css b/js/components/layout/bread-crumb.reel/bread-crumb.css new file mode 100644 index 00000000..f84c6e80 --- /dev/null +++ b/js/components/layout/bread-crumb.reel/bread-crumb.css @@ -0,0 +1,27 @@ +/* + This file contains proprietary software owned by Motorola Mobility, Inc.
+ No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
+ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. +
*/ + +.bread_crumb{ + border-style: double; + height: 26px; +} +.breadcrumbtrail{ + -webkit-box-flex: 0; +} +.bread_crumb_button{ + background-color: #575757; + float: left; + width: 40px; + height: 20px; + margin-left: 5px; + margin-top: 3px; + + font-family: 'Droid Sans', sans-serif; + font-size: 12px; + text-shadow: 1px 1px 1px black; + + color: white; +} \ No newline at end of file -- cgit v1.2.3