3d246188bf346c420c30b3480cfd7680a2bfc90d.svn-base 459 B

12345678910111213141516171819202122232425262728
  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. .dojoxFisheyeListItemLabel.dojoxFishSelected {
  12. display: block;
  13. }
  14. .dojoxFisheyeListItemImage {
  15. border: 0px;
  16. position: absolute;
  17. }
  18. .dojoxFisheyeListItem {
  19. position: absolute;
  20. z-index: 2;
  21. }
  22. .dojoxFisheyeListBar {
  23. position: relative;
  24. }