Subversion Repositories Applications.papyrus

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2149 → Rev 2150

/trunk/api/js/dojo1.0/dojox/widget/FisheyeList/blank.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/js/dojo1.0/dojox/widget/FisheyeList/blank.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/js/dojo1.0/dojox/widget/FisheyeList/FisheyeList.css
New file
0,0 → 1,28
.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;
}