aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/widget/FisheyeList/FisheyeList.css
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/widget/FisheyeList/FisheyeList.css')
-rw-r--r--includes/js/dojox/widget/FisheyeList/FisheyeList.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/includes/js/dojox/widget/FisheyeList/FisheyeList.css b/includes/js/dojox/widget/FisheyeList/FisheyeList.css
deleted file mode 100644
index c9b78a9..0000000
--- a/includes/js/dojox/widget/FisheyeList/FisheyeList.css
+++ /dev/null
@@ -1,24 +0,0 @@
-.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;
-}