]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/widget/FisheyeList/FisheyeList.css.commented.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / widget / FisheyeList / FisheyeList.css.commented.css
diff --git a/static/dojo-release-1.1.1/dojox/widget/FisheyeList/FisheyeList.css.commented.css b/static/dojo-release-1.1.1/dojox/widget/FisheyeList/FisheyeList.css.commented.css
new file mode 100644 (file)
index 0000000..82469d8
--- /dev/null
@@ -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;
+}