diff options
Diffstat (limited to 'js/components/tree.reel/tree.css')
-rwxr-xr-x | js/components/tree.reel/tree.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/js/components/tree.reel/tree.css b/js/components/tree.reel/tree.css deleted file mode 100755 index 8872341f..00000000 --- a/js/components/tree.reel/tree.css +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
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 | .tree | ||
8 | { | ||
9 | -webkit-user-select:none; | ||
10 | cursor:default; | ||
11 | float: left; | ||
12 | padding-left: 0; | ||
13 | } | ||
14 | |||
15 | .tree li | ||
16 | { | ||
17 | -webkit-margin-before: 0px; | ||
18 | -webkit-margin-after: 0px; | ||
19 | list-style-type:none; | ||
20 | } | ||
21 | |||
22 | .tree li > text > img | ||
23 | { | ||
24 | margin-right:8px; | ||
25 | -webkit-transition: -webkit-transform 0.05s linear; | ||
26 | } \ No newline at end of file | ||