Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
.dojoxFisheyeListItemLabel {
2
	font-family: Arial, Helvetica, sans-serif;
3
	background-color: #eee;
4
	border: 2px solid #666;
5
	padding: 2px;
6
	text-align: center;
7
	position: absolute;
8
	display: none;
9
	white-space:pre;
10
}
11
 
12
.dojoxFisheyeListItemLabel.dojoxFishSelected {
13
	display: block;
14
}
15
 
16
.dojoxFisheyeListItemImage {
17
	border: 0px;
18
	position: absolute;
19
}
20
 
21
.dojoxFisheyeListItem {
22
	position: absolute;
23
	z-index: 2;
24
}
25
 
26
.dojoxFisheyeListBar {
27
	position: relative;
28
}