diff options
author | Jonathan Duran | 2012-02-06 20:49:42 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-06 20:49:42 -0800 |
commit | d34f745c3b3d88679512ca7d9e4112f109cb31d0 (patch) | |
tree | db630907f144cdceb2d1856e88e4da05fb3eeabc /js/components/treeview/branch.reel/branch.css | |
parent | 7e83bb2ac681eb1340dea0f6efaaddfcf0f2b52a (diff) | |
parent | 8950b342d1eda8bfa195372e1c17363a409651cd (diff) | |
download | ninja-d34f745c3b3d88679512ca7d9e4112f109cb31d0.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into Timeline
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 | ||