Project

General

Profile

Download (4.22 KB) Statistics
| Branch: | Tag: | Revision:
1
@CHARSET "ISO-8859-1";
2

    
3
div.cdm_taxontree_scroller_x {
4
	border: 0px solid #ADDDFA;
5
	overflow: auto;
6
	overflow-x: auto;
7
	overflow-y: auto;
8
}
9

    
10
div.cdm_taxontree_container {
11
	/* width: 250px; */
12
	width:34.75em;
13
	/* should be greater than the sidebar width (e.g. 250px for the garland theme) */
14
}
15

    
16
div.cdm_taxontree_scroller_y {
17
	overflow: visible;
18
	overflow-y: visible;
19
	border: 0px solid transparent;
20
	background-color: #EDF5FA;
21
	height: 200px; /* this defines the height of the treebrowser box */
22
}
23

    
24
ul.cdm_taxontree {
25
	background-color: #EDF5FA;
26
	padding: 0 0 0.25em 1em;
27
	left: 0px; /* fix IE7? */
28
	list-style-image: none;
29
	list-style-type: none;
30
}
31

    
32
ul.cdm_taxontree li {
33
	padding: 0 1em;
34
  list-style-type: none;
35
  list-style-image: none;
36
	white-space: nowrap;
37
	font-weight: normal;
38
}
39

    
40
ul.cdm_taxontree li .active {
41
	color: #027AC6;
42
	font-weight: bold;
43
}
44

    
45
ul.cdm_taxontree li.expanded, ul.cdm_taxontree cdm_taxontree_filter li.expanded{
46
	background: transparent url(minus.png) no-repeat scroll 0px 0.35em;
47
	cursor: pointer;
48
}
49

    
50
ul.cdm_taxontree li.collapsed, ul.cdm_taxontree cdm_taxontree_filter li.collapsed {
51
	background: transparent url(plus.png) no-repeat scroll 0px 0.35em;
52
	cursor: pointer;
53
}
54

    
55
ul.cdm_taxontree li.focused {
56
	font-weight: bold;
57
}
58

    
59
ul.cdm_taxontree li.leaf {
60
	background: transparent url(menu-leaf.gif) no-repeat scroll 0px 0.35em;
61
}
62

    
63
ul.cdm_taxontree li.filter_excluded {
64
	background-image: none;
65
	cursor: default;
66
	color: #888888;
67
}
68

    
69
ul.cdm_taxontree li.leaf a,ul.cdm_taxontree li.expanded a,ul.cdm_taxontree li.collapsed a
70
	{
71
	display: inline;
72
	white-space: nowrap;
73
}
74

    
75
span.widget_select{
76
color:#316AA0;
77
}
78

    
79
/* --------- cdm_taxontree_widget  ----------- */
80
div.taxontree_header{
81
height:2em;
82
display:block;
83
}
84

    
85
div.cdm_taxontree_widget{
86
position:relative;
87
width:auto;
88
margin: .5em 0 1em 0;
89
}
90

    
91
/* heights: keep them consistent */
92
div.cdm_taxontree_widget div.taxontree_devider,
93
div.cdm_taxontree_widget div.taxontree,
94
div.cdm_taxontree_widget .cdm_taxontree_scroller_x,
95
div.cdm_taxontree_widget .cdm_taxontree_scroller_y{
96
	border:none;
97
	height: 200px;
98
	position:relative;
99
	float:none;
100
	clear:both;
101
}
102

    
103
/* maintain layering */
104
div.cdm_taxontree_widget div.taxontree,
105
div.cdm_taxontree_widget .cdm_taxontree_scroller_x,
106
div.cdm_taxontree_widget .cdm_taxontree_scroller_y{
107
	z-index: 10;
108
	border-color:#236abf;
109
}
110

    
111
/* widths*/
112
div.cdm_taxontree_widget div.taxontree {
113
	position:absolute;
114
	min-width:36em; /* -1em to catch the scroller_x padding */
115
	top:1.5em;
116
}
117

    
118
#views-filters div.cdm_taxontree_widget div.taxontree{
119
top:0;
120
}
121

    
122
div.cdm_taxontree_widget div.column-left{
123
	float:left;
124
	width:36em; /* -1em to catch the scroller_x padding */
125
}
126

    
127
div.cdm_taxontree_widget .taxontree_select {
128
	position:absolute;
129
	width: 36em;
130
	left: 40em;
131
	top:1.5em;
132
	height:202px;
133
}
134

    
135
#views-filters div.cdm_taxontree_widget .taxontree_select{
136
top:0;
137
}
138

    
139
div.cdm_taxontree_widget div.column-right{
140
	margin-left: 40em;
141
}
142

    
143
/* labels */
144
div.cdm_taxontree_widget div.field-label {
145
	font-weight: 700;
146
}
147

    
148
/* the devider to show the arrows in between */
149
div.cdm_taxontree_widget .taxontree_devider {
150
	position:relative;
151
	width: 4em;
152
	left: 36em;
153
	background: transparent url(images/cdm_taxontree_devider.png) no-repeat 50% 50%;
154
}
155

    
156
div.cdm_taxontree_widget .hidden{
157
	position:absolute;
158
	left:-300em;
159
}
160

    
161
/* the right selectbox */
162
div.cdm_taxontree_widget .taxontree_select {
163
	background-color: #EDF5FA;
164
	border: 1px solid #ADDDFA;
165
	z-index:1;
166
}
167

    
168
/* include childnodes */
169
div.include-options{
170
	margin: 1em 0 0 0;
171
	padding: 0 0 1em 0;
172
	clear:both;
173
}
174

    
175
div.cdm_taxontree_widget.form-item{
176
float:none;
177
}
178

    
179
div.cdm_taxontree_widget div.taxontree {
180
	background-color: #EDF5FA;
181
	border: 1px solid #ADDDFA;
182
	overflow-y:hidden;
183
	overflow-x:auto;
184
}
185

    
186
div.cdm_taxontree_widget .widget_select {
187
	cursor: pointer;
188
}
189

    
190
div.cdm_taxontree_widget option[selected] {
191
	background-color: #EDF5FA;
192
}
193

    
194
/* addnode */
195
select.expertsdb_addnode_select {
196
width:24em;
197
background-color: #EDF5FA;
198
border: 1px solid #ADDDFA;
199
}
200

    
201
select#edit-taxonomy-4, select#edit-taxonomy-5, select#edit-taxonomy-2 {
202
width:36em;
203
background-color: #EDF5FA;
204
border: 1px solid #ADDDFA;
205
}
206

    
207
#views-filters .fieldset-wrapper{
208
border:none;
209
border-top:1px solid #ADDDFA
210
border-bottom: 1px solid #ADDDFA;
211
overflow-y:visible;
212
}
213

    
214

    
215
#views-filters fieldset legend a{
216
color:#316AA0;
217
font-weight: 700;
218
}
(4-4/17)