diff options
author | Valerio Virgillito | 2012-02-06 14:36:51 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-06 14:36:51 -0800 |
commit | 191898aaa63b357b5709b94cd38e15a258a9d95f (patch) | |
tree | 7fa44f2ec5042b942f37151bbfb67f875680f040 /js/components/treeview/branch.reel/branch.css | |
parent | 08eafdff4ec25d34e2e76b386145a9fd122431dc (diff) | |
parent | 07e5839e0ec6da2eb71056ff18b90226af213eef (diff) | |
download | ninja-191898aaa63b357b5709b94cd38e15a258a9d95f.tar.gz |
Merge branch 'master' into 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 | ||