Project

General

Profile

« Previous | Next » 

Revision b70a44ff

Added by Andreas Kohlbecker over 11 years ago

resetting too agressive default styles

View differences:

7.x/modules/cdm_dataportal/cdm_taxontree/cdm_taxontree.css
33 33
/* ==== styling the tree ==== */
34 34

  
35 35
ul.cdm_taxontree {
36
  background-color: #edf5fa;
36
  /* background-color: #edf5fa; */
37 37
  padding: 0pt 0pt 0.25em 1em;
38 38
  left: 0px; /* fix IE7? */
39 39
  margin: 0;
......
55 55

  
56 56
ul.cdm_taxontree li.expanded,
57 57
ul.cdm_taxontree cdm_taxontree_filter li.expanded {
58
  list-style-image: none;
59
  list-style-type: none;
58 60
  background: transparent url(minus.png) no-repeat scroll 0px 0.35em;
59 61
  cursor: pointer;
60 62
}
61 63

  
62 64
ul.cdm_taxontree li.collapsed,
63 65
ul.cdm_taxontree cdm_taxontree_filter li.collapsed {
66
  list-style-image: none;
67
  list-style-type: none;
64 68
  background: transparent url(plus.png) no-repeat scroll 0px 0.35em;
65 69
  cursor: pointer;
66 70
}

Also available in: Unified diff