Commit | Line | Data |
---|---|---|
90723839 SH |
1 | /** JavaScript state rules **/ |
2 | .jsenabled .block_global_navigation_tree.dock_on_load, | |
3 | .block_global_navigation_tree .block_tree_box .requiresjs {display:none;} | |
4 | .jsenabled .block_global_navigation_tree .block_tree_box .requiresjs {display:inline;} | |
5 | ||
6 | /** General display rules **/ | |
7 | .block_global_navigation_tree .block_tree {margin:5px;padding-left:0px;overflow-x:auto;overflow-y:visible;} | |
8 | .block_global_navigation_tree .block_tree li {margin:0;list-style: none;} | |
9 | .block_global_navigation_tree .block_tree li ul {padding-left:16px;margin:0;} | |
f1d12a2f | 10 | .block_global_navigation_tree .block_tree .tree_item {padding-left: 16px;margin:3px 0px;text-align:left;} |
90723839 SH |
11 | .block_global_navigation_tree .block_tree .tree_item.branch {background-image: url([[pix:t/expanded]]);background-position: center left;background-repeat: no-repeat;} |
12 | .block_global_navigation_tree .block_tree .root_node.leaf {padding-left:0px;} | |
13 | .block_global_navigation_tree .block_tree .current_branch {font-weight:bold;} | |
14 | .jsenabled .block_global_navigation_tree .block_tree .tree_item.branch {cursor:pointer;} | |
15 | .jsenabled .block_global_navigation_tree .block_tree .tree_item.emptybranch {background-image: url([[pix:t/collapsed_empty]]);background-position: center left;background-repeat: no-repeat;} | |
16 | .jsenabled .block_global_navigation_tree .block_tree .collapsed ul {display: none;} | |
17 | .jsenabled .block_global_navigation_tree .block_tree .collapsed .tree_item.branch {background-image: url([[pix:t/collapsed]]);} | |
18 | ||
19 | /** Internet explorer specific rules **/ | |
90723839 | 20 | .ie6 .block_global_navigation_tree .block_tree .tree_item {width:100%;} |