diff options
author | Kruti Shah | 2012-02-08 09:45:29 -0800 |
---|---|---|
committer | Kruti Shah | 2012-02-08 09:45:29 -0800 |
commit | 6787bda807ad3974b29cab77628cc5c3c1b06a9d (patch) | |
tree | 61d2439e2edb0dd9c84b5f32fe35e57707b87637 /js/components/treeview/ninja-branch.reel/ninja-branch.css | |
parent | 2cfa420f48735e2718cd0824d4e945c72158d0fa (diff) | |
parent | 91df2e8030db394060667202a97138db3f871fa5 (diff) | |
download | ninja-6787bda807ad3974b29cab77628cc5c3c1b06a9d.tar.gz |
Merge branch 'refs/heads/Timeline' into Timeline_updated
Diffstat (limited to 'js/components/treeview/ninja-branch.reel/ninja-branch.css')
-rw-r--r-- | js/components/treeview/ninja-branch.reel/ninja-branch.css | 34 |
1 files changed, 34 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..698fcd21 --- /dev/null +++ b/js/components/treeview/ninja-branch.reel/ninja-branch.css | |||
@@ -0,0 +1,34 @@ | |||
1 | .treeRoot > .branch > ul { | ||
2 | margin-top: 0; | ||
3 | } | ||
4 | .branch ul { | ||
5 | list-style: none; | ||
6 | padding-left: 0; | ||
7 | } | ||
8 | .branch .nj-collapser { | ||
9 | -webkit-transition: height 0.14s cubic-bezier(.44,.19,0,.99); | ||
10 | } | ||
11 | .branch .branchCollapser ul { | ||
12 | width: 100%; | ||
13 | } | ||
14 | .treeRoot .branch .branch-label { | ||
15 | border-bottom: 1px solid #505050; | ||
16 | cursor: pointer; | ||
17 | padding: 3px 0 4px; | ||
18 | background-repeat: no-repeat; | ||
19 | background-position: 3px 2px; | ||
20 | box-shadow: 0 0 0 0 rgba(0,0,0,0); | ||
21 | font-weight: bold; | ||
22 | box-shadow: 0 3px 4px -4px rgba(0,0,0,0.2); | ||
23 | } | ||
24 | |||
25 | /* First Level */ | ||
26 | .branch .branch .branch-label { | ||
27 | padding-left: 25px; | ||
28 | } | ||
29 | |||
30 | /* Second Level */ | ||
31 | .branch .branch .branch .branch-label { | ||
32 | padding-left: 45px; | ||
33 | background-position: 25px; | ||
34 | } \ No newline at end of file | ||