Project

General

Profile

« Previous | Next » 

Revision e18349d4

Added by Andreas Kohlbecker about 16 years ago

taxon tree: autoscroll enabled, tree div enlarges on mousover

View differences:

modules/cdm_dataportal/cdm_taxontree/cdm_taxontree.css
1 1
@CHARSET "ISO-8859-1";
2 2

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

  
4
ul.cdm_taxontree{
5
	padding:0pt 0pt 0pt 1em;
9
div.cdm_taxontree_container{
10
  width: 250px;
6 11
}
7 12

  
13
div.cdm_taxontree_scroller_y {
14
  overflow-y: visible;
15
  border-bottom: 1px none #ADDDFA;
16
  height: 70px;
17
}
18

  
19
div.cdm_taxontree_border{	
20
  background-color: #EDF5FA;
21
  border-left: 1px solid #ADDDFA;
22
	padding:0pt 0pt 0pt 1em;
23
}
24
	
8 25
ul.cdm_taxontree li{
9 26
	padding:0pt 0pt 0pt 1em;
10 27
	margin-left: -1em;
......
49 66
  white-space: nowrap;
50 67
}
51 68

  
69
div.cdm_taxontree_widget{
70
	border:1px solid #D9EAF5;
71
}
72

  
73
div.cdm_taxontree_widget div.taxontree, div.cdm_taxontree_widget div.selected_nodes{
74
  width: 40%;
75
  margin-right: 2em;
76
  float: left;
77
}
78

  
79

  
80
div.cdm_taxontree_widget div.selected_nodes .listing{
81
	border:1px solid #E0DFE3;
82
	height: 6.5em;
83
}
84

  
85
div.cdm_taxontree_widget .widget_select {
86
 cursor: pointer;
87
}
88

  
89
div.cdm_taxontree_widget .selected{
90
	font-weight: bold;
91
	font-style: italic;
92
}
93

  

Also available in: Unified diff