diff options
Diffstat (limited to 'js/components/treeview/ninja-branch.reel/ninja-branch.css')
-rw-r--r-- | js/components/treeview/ninja-branch.reel/ninja-branch.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/js/components/treeview/ninja-branch.reel/ninja-branch.css b/js/components/treeview/ninja-branch.reel/ninja-branch.css new file mode 100644 index 00000000..6a458cc7 --- /dev/null +++ b/js/components/treeview/ninja-branch.reel/ninja-branch.css | |||
@@ -0,0 +1,40 @@ | |||
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 | .treeRoot > .branch > ul { | ||
8 | margin-top: 0; | ||
9 | } | ||
10 | .branch ul { | ||
11 | list-style: none; | ||
12 | padding-left: 0; | ||
13 | } | ||
14 | .branch .nj-collapser { | ||
15 | -webkit-transition: height 0.14s cubic-bezier(.44,.19,0,.99); | ||
16 | } | ||
17 | .branch .branchCollapser ul { | ||
18 | width: 100%; | ||
19 | } | ||
20 | .treeRoot .branch .branch-label { | ||
21 | border-bottom: 1px solid #505050; | ||
22 | cursor: pointer; | ||
23 | padding: 3px 0 4px; | ||
24 | background-repeat: no-repeat; | ||
25 | background-position: 3px 2px; | ||
26 | box-shadow: 0 0 0 0 rgba(0,0,0,0); | ||
27 | font-weight: bold; | ||
28 | box-shadow: 0 3px 4px -4px rgba(0,0,0,0.2); | ||
29 | } | ||
30 | |||
31 | /* First Level */ | ||
32 | .branch .branch .branch-label { | ||
33 | padding-left: 25px; | ||
34 | } | ||
35 | |||
36 | /* Second Level */ | ||
37 | .branch .branch .branch .branch-label { | ||
38 | padding-left: 45px; | ||
39 | background-position: 25px; | ||
40 | } \ No newline at end of file | ||