diff options
author | Eric Guzman | 2012-05-31 21:57:22 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-31 21:57:22 -0700 |
commit | 04ef4ffcfde762a0aead4a7b702f3c019fdbeb69 (patch) | |
tree | fd317d8de8eaec728376c60273b1f6a214816e8e /js/panels/binding/binding-item.reel/binding-item.css | |
parent | 4e28e2d2a695d487b1bc127dce0a874691539ca8 (diff) | |
download | ninja-04ef4ffcfde762a0aead4a7b702f3c019fdbeb69.tar.gz |
Binding Panel - Developed panel components.
Diffstat (limited to 'js/panels/binding/binding-item.reel/binding-item.css')
-rw-r--r-- | js/panels/binding/binding-item.reel/binding-item.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/panels/binding/binding-item.reel/binding-item.css b/js/panels/binding/binding-item.reel/binding-item.css new file mode 100644 index 00000000..dc90f162 --- /dev/null +++ b/js/panels/binding/binding-item.reel/binding-item.css | |||
@@ -0,0 +1,13 @@ | |||
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 | .binding-item { | ||
8 | color: #FFF; | ||
9 | margin: 0 8px; | ||
10 | padding: 3px; | ||
11 | border-bottom: 1px solid #FFF; | ||
12 | list-style-type: none; | ||
13 | } \ No newline at end of file | ||