Revision 27f6df13
Added by Andreas Kohlbecker over 7 years ago
modules/cdm_dataportal/cdm_taxontree/cdm_taxontree.css | ||
---|---|---|
46 | 46 |
list-style-type: none; |
47 | 47 |
white-space: nowrap; |
48 | 48 |
font-weight: normal; |
49 |
list-style-image: none; |
|
50 |
list-style-type: none; |
|
51 | 49 |
} |
52 | 50 |
|
53 | 51 |
ul.taxon-nodes li .active { |
... | ... | |
57 | 55 |
font-weight: bold; |
58 | 56 |
} |
59 | 57 |
|
60 |
ul.taxon-nodes li.expanded, |
|
61 |
ul.taxon-nodes cdm_taxontree_filter li.expanded { |
|
58 |
ul.taxon-nodes li.focused { |
|
59 |
list-style-image: none; |
|
60 |
list-style-type: none; |
|
61 |
font-weight: bold; |
|
62 |
} |
|
63 |
|
|
64 |
#block-cdm-taxontree-cdm-tree ul.taxon-nodes li.expanded, |
|
65 |
#block-cdm-taxontree-cdm-tree ul.taxon-nodes .cdm_taxontree_filter li.expanded { |
|
62 | 66 |
list-style-image: none; |
63 | 67 |
list-style-type: none; |
64 | 68 |
background: transparent url(minus.png) no-repeat scroll 0px 0.35em; |
65 | 69 |
cursor: pointer; |
66 | 70 |
} |
67 | 71 |
|
68 |
ul.taxon-nodes li.collapsed, |
|
69 |
ul.taxon-nodes .cdm_taxontree_filter li.collapsed { |
|
72 |
#block-cdm-taxontree-cdm-tree ul.taxon-nodes li.collapsed,
|
|
73 |
#block-cdm-taxontree-cdm-tree ul.taxon-nodes .cdm_taxontree_filter li.collapsed {
|
|
70 | 74 |
list-style-image: none; |
71 | 75 |
list-style-type: none; |
72 | 76 |
background: transparent url(plus.png) no-repeat scroll 0px 0.35em; |
73 | 77 |
cursor: pointer; |
74 | 78 |
} |
75 | 79 |
|
76 |
ul.taxon-nodes li.focused { |
|
77 |
list-style-image: none; |
|
78 |
list-style-type: none; |
|
79 |
font-weight: bold; |
|
80 |
} |
|
81 |
|
|
82 |
ul.taxon-nodes li.leaf { |
|
80 |
#block-cdm-taxontree-cdm-tree ul.taxon-nodes li.leaf { |
|
83 | 81 |
list-style-image: none; |
84 | 82 |
list-style-type: none; |
85 | 83 |
background:transparent url(menu-leaf.gif) no-repeat scroll 0px 0.35em; |
Also available in: Unified diff
#5790 avoiding layout irritations through taxontree module