aboutsummaryrefslogtreecommitdiff
path: root/js/stage/objects-tray.reel/objects-tray.css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-15 15:20:09 -0700
committerArmen Kesablyan2012-06-15 15:20:09 -0700
commit593cad77591344a7f5667a01c252c82c5bb12ba3 (patch)
treeca586e2c9bc912494a342c201f63d453d899ca2e /js/stage/objects-tray.reel/objects-tray.css
parent45aeaaf9aa61dcd5a55f12817ef8e6036ba74606 (diff)
parent9184efdaff88d3ce0e949dbe7ccbb3324dbfaae9 (diff)
downloadninja-593cad77591344a7f5667a01c252c82c5bb12ba3.tar.gz
Merge branch 'binding' of https://github.com/dhg637/ninja-internal into binding
Diffstat (limited to 'js/stage/objects-tray.reel/objects-tray.css')
-rw-r--r--js/stage/objects-tray.reel/objects-tray.css33
1 files changed, 33 insertions, 0 deletions
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 @@
1/* <copyright>
2 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */
6
7/*
8
9<section data-montage-id="objects-panel" class="objects-panel">
10 <ul data-montage-id="list" class="objects-list">
11 <li data-montage-id="list-item" class="list-item"></li>
12 </ul>
13</section>
14
15*/
16
17.objects-list {
18 font-size: 11px;
19 margin: 10px 0 0 0;
20 padding: 0;
21 text-shadow: -1px -1px 0 #4D4D4D;
22}
23
24.objects-tray {
25 background-color: rgba(0,0,0,.6);
26 border-top-right-radius: 8px;
27 border-top-left-radius: 8px;
28 box-shadow: inset 0 0 3px #333;
29 padding: 0 10px 5px;
30 margin: 0 auto;
31 overflow: hidden;
32 -webkit-box-flex: 0;
33} \ No newline at end of file