collapsible.css |
css/collapsible.css |
|
.views_tree_collapsed,
.views_tree_expanded,
.views_tree_collapsed ul li,
.views_tree_expanded ul li {
list-style-type: none;
}
.views_tree_link {
width: 15px;
height: 100%;
float: left;
}
.views_tree_link a {
margin: 0 5px 0 0;
… |
views_tree.info |
views_tree.info |
|
name = Views Tree
description = A Views style plugin to display a tree of elements using the adjacency model.
package = Views
core = 7.x
dependencies[] = views
files[] = views_tree_plugin_style_tree.inc |
views_tree.module |
views_tree.module |
|
Views Tree module. |
views_tree.views.inc |
views_tree.views.inc |
|
|
views_tree_plugin_style_tree.inc |
views_tree_plugin_style_tree.inc |
|
Contains the list style plugin. |