e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
28 lines
459 B
CSS
28 lines
459 B
CSS
.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;
|
|
}
|