diff options
author | Ananya Sen | 2012-04-06 12:48:52 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-06 12:48:52 -0700 |
commit | 0f6cee34ae696f72c7bedc23b7aaa0b1e08b5f6b (patch) | |
tree | 02c10700fa61602206fcd9793f4aa04842670bc9 /js/panels/components-panel.reel/components-panel.css | |
parent | 8acdde3e87f8cabd179a068c54fe5b78fa38e40d (diff) | |
parent | 7656b6eac7aec59697c6cddbe2a507fe9e4aa187 (diff) | |
download | ninja-0f6cee34ae696f72c7bedc23b7aaa0b1e08b5f6b.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into bug-fixes
Diffstat (limited to 'js/panels/components-panel.reel/components-panel.css')
-rwxr-xr-x | js/panels/components-panel.reel/components-panel.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/js/panels/components-panel.reel/components-panel.css b/js/panels/components-panel.reel/components-panel.css new file mode 100755 index 00000000..ac250c83 --- /dev/null +++ b/js/panels/components-panel.reel/components-panel.css | |||
@@ -0,0 +1,11 @@ | |||
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 | .treeHolder{ | ||
8 | width: 227px; | ||
9 | background: red; | ||
10 | padding-left: 13px; | ||
11 | } | ||