aboutsummaryrefslogtreecommitdiff
path: root/js/components/treeview/branch.reel/branch.css
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-07 09:36:29 -0800
committerNivesh Rajbhandari2012-02-07 09:36:29 -0800
commit789eaf5a92c903f27462c69a8890fbec695ab14e (patch)
tree1f1f30d8f7c5fbfda4e12af95f7d1bbc8b8bc6c0 /js/components/treeview/branch.reel/branch.css
parent92ae17bc800cf82cdbd1482ef1af1a5fd7bd632a (diff)
parent8950b342d1eda8bfa195372e1c17363a409651cd (diff)
downloadninja-789eaf5a92c903f27462c69a8890fbec695ab14e.tar.gz
Merge branch 'refs/heads/ninja-internal' into ToolFixes
Diffstat (limited to 'js/components/treeview/branch.reel/branch.css')
-rw-r--r--js/components/treeview/branch.reel/branch.css16
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