root / trunk / web / dojo / dojox / widget / FisheyeList / FisheyeList.css
History | View | Annotate | Download (455 Bytes)
1 | 9 | andrej.cim | .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 | } |