diff options
author | Eric Guzman | 2012-02-06 11:43:01 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-06 11:43:01 -0800 |
commit | 984d65c818969ea3bef57ade9cbf5fc50d9a2316 (patch) | |
tree | 2f559127a052c98aa3a7c822f0f91d813b429240 /js/components/treeview/branch.reel/branch.css | |
parent | 5c5f4eabdc4befe3fb6da44bc8ad5fef20642f21 (diff) | |
download | ninja-984d65c818969ea3bef57ade9cbf5fc50d9a2316.tar.gz |
Tree Components - Adding the tree components
Diffstat (limited to 'js/components/treeview/branch.reel/branch.css')
-rw-r--r-- | js/components/treeview/branch.reel/branch.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/js/components/treeview/branch.reel/branch.css b/js/components/treeview/branch.reel/branch.css new file mode 100644 index 00000000..5998e0f0 --- /dev/null +++ b/js/components/treeview/branch.reel/branch.css | |||
@@ -0,0 +1,16 @@ | |||
1 | .treeRoot > .branch > ul { | ||
2 | margin-top: 0; | ||
3 | } | ||
4 | .branch > .branch-label { | ||
5 | font-weight: bold; | ||
6 | cursor: pointer; | ||
7 | } | ||
8 | .branch ul { | ||
9 | list-style: none; | ||
10 | } | ||
11 | .branch ul { | ||
12 | padding-left: 30px; | ||
13 | } | ||
14 | .branch .collapse { | ||
15 | display: none; | ||
16 | } \ No newline at end of file | ||