You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
459 B
28 lines
459 B
.dojoxFisheyeListItemLabel { |
|
font-family: Arial, Helvetica, sans-serif; |
|
background-color: #eee; |
|
border: 2px solid #666; |
|
padding: 2px; |
|
text-align: center; |
|
position: absolute; |
|
display: none; |
|
white-space:pre; |
|
} |
|
|
|
.dojoxFisheyeListItemLabel.dojoxFishSelected { |
|
display: block; |
|
} |
|
|
|
.dojoxFisheyeListItemImage { |
|
border: 0px; |
|
position: absolute; |
|
} |
|
|
|
.dojoxFisheyeListItem { |
|
position: absolute; |
|
z-index: 2; |
|
} |
|
|
|
.dojoxFisheyeListBar { |
|
position: relative; |
|
}
|
|
|