You are here

collapsible.css in Views tree 8.2

Same filename and directory in other branches
  1. 7.2 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%;
  clear: both;
  float: left;
}

.views_tree_link a {
  margin: 0 5px 0 0;
  text-indent: -9999px;
  display: block;
}

.views_tree_link_collapsed a {
  background: #ffffff url(../images/menu-collapsed.png) no-repeat center center;
}

.views_tree_link_expanded a {
  background: #ffffff url(../images/menu-expanded.png) no-repeat center center;
}

File

css/collapsible.css
View source
  1. .views_tree_collapsed,
  2. .views_tree_expanded,
  3. .views_tree_collapsed ul li,
  4. .views_tree_expanded ul li {
  5. list-style-type: none;
  6. }
  7. .views_tree_link {
  8. width: 15px;
  9. height: 100%;
  10. clear: both;
  11. float: left;
  12. }
  13. .views_tree_link a {
  14. margin: 0 5px 0 0;
  15. text-indent: -9999px;
  16. display: block;
  17. }
  18. .views_tree_link_collapsed a {
  19. background: #ffffff url(../images/menu-collapsed.png) no-repeat center center;
  20. }
  21. .views_tree_link_expanded a {
  22. background: #ffffff url(../images/menu-expanded.png) no-repeat center center;
  23. }