From d6c427432bd0040b084b854407e9ed59a6707b54 Mon Sep 17 00:00:00 2001
From: Eric Guzman
Date: Fri, 15 Jun 2012 15:00:06 -0700
Subject: Objects Tray - Add objects tray to binding view
---
js/stage/objects-tray.reel/objects-tray.css | 33 +++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 js/stage/objects-tray.reel/objects-tray.css
(limited to 'js/stage/objects-tray.reel/objects-tray.css')
diff --git a/js/stage/objects-tray.reel/objects-tray.css b/js/stage/objects-tray.reel/objects-tray.css
new file mode 100644
index 00000000..422d6a8f
--- /dev/null
+++ b/js/stage/objects-tray.reel/objects-tray.css
@@ -0,0 +1,33 @@
+/*
+ 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.
+ */
+
+/*
+
+
+
+*/
+
+.objects-list {
+ font-size: 11px;
+ margin: 10px 0 0 0;
+ padding: 0;
+ text-shadow: -1px -1px 0 #4D4D4D;
+}
+
+.objects-tray {
+ background-color: rgba(0,0,0,.6);
+ border-top-right-radius: 8px;
+ border-top-left-radius: 8px;
+ box-shadow: inset 0 0 3px #333;
+ padding: 0 10px 5px;
+ margin: 0 auto;
+ overflow: hidden;
+ -webkit-box-flex: 0;
+}
\ No newline at end of file
--
cgit v1.2.3