Project

General

Profile

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

    
3
/* --------- cdm_taxontree_widget  ----------- */
4

    
5

    
6
span.widget_select{
7
    color:#316AA0;
8
}
9

    
10
div.taxontree_header{
11
height:2em;
12
display:block;
13
}
14

    
15
div.cdm_taxontree_widget{
16
position:relative;
17
width:auto;
18
margin: .5em 0 1em 0;
19
}
20

    
21
/* heights: keep them consistent */
22
div.cdm_taxontree_widget div.taxontree_devider,
23
div.cdm_taxontree_widget div.taxontree,
24
div.cdm_taxontree_widget .cdm_taxontree_scroller_x,
25
div.cdm_taxontree_widget .cdm_taxontree_scroller_y{
26
	border:none;
27
	height: 200px;
28
	position:relative;
29
	float:none;
30
	clear:both;
31
}
32

    
33
/* maintain layering */
34
div.cdm_taxontree_widget div.taxontree,
35
div.cdm_taxontree_widget .cdm_taxontree_scroller_x,
36
div.cdm_taxontree_widget .cdm_taxontree_scroller_y{
37
	z-index: 10;
38
	border-color:#236abf;
39
}
40

    
41
/* widths*/
42
div.cdm_taxontree_widget div.taxontree {
43
	/*position:absolute;*/
44
	/*min-width:36em; /* -1em to catch the scroller_x padding */
45
	/*top:1.5em;*/
46
}
47

    
48
#views-filters div.cdm_taxontree_widget div.taxontree{
49
top:0;
50
}
51

    
52
div.cdm_taxontree_widget div.column-left{
53
  float: left;
54
	width:36em; /* -1em to catch the scroller_x padding */
55
}
56

    
57
div.cdm_taxontree_widget .taxontree_select {
58
	position:absolute;
59
	width: 36em;
60
	left: 40em;
61
	top:1.5em;
62
	height:202px;
63
}
64

    
65
#views-filters div.cdm_taxontree_widget .taxontree_select{
66
top:0;
67
}
68

    
69
div.cdm_taxontree_widget div.column-right{
70
	margin-left: 40em;
71
}
72

    
73
/* labels */
74
div.cdm_taxontree_widget div.field-label {
75
	font-weight: 700;
76
}
77

    
78
/* the devider to show the arrows in between */
79
div.cdm_taxontree_widget .taxontree_devider {
80
	position:relative;
81
	width: 4em;
82
	left: 36em;
83
	background: transparent url(images/cdm_taxontree_devider.png) no-repeat 50% 50%;
84
}
85

    
86
div.cdm_taxontree_widget .hidden{
87
	position:absolute;
88
	left:-300em;
89
}
90

    
91
/* the right selectbox */
92
div.cdm_taxontree_widget .taxontree_select {
93
	background-color: #EDF5FA;
94
	border: 1px solid #ADDDFA;
95
	z-index:1;
96
}
97

    
98
/* include childnodes */
99
div.include-options{
100
	margin: 1em 0 0 0;
101
	padding: 0 0 1em 0;
102
	clear:both;
103
}
104

    
105
div.cdm_taxontree_widget.form-item{
106
float:none;
107
}
108

    
109
div.cdm_taxontree_widget div.taxontree{
110
  background-color: #EDF5FA;
111
	border: 1px solid #ADDDFA;
112
	overflow-y:hidden;
113
	overflow-x:auto;
114
	float:left;
115
}
116

    
117
div.cdm_taxontree_widget .widget_select{
118
	cursor: pointer; 
119
}
120

    
121
div.cdm_taxontree_widget option[selected] {
122
	background-color: #EDF5FA;
123
}
(2-2/18)