Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / image / resources / ThumbnailPicker.css @ 12

History | View | Annotate | Download (1.86 KB)

1 9 andrej.cim
2
.thumbWrapper .thumbNav {
3
        background-repeat: no-repeat;
4
        background-position: center;
5
        padding-top: 1px;
6
        width: 30px;
7
        height: 100%;
8
}
9
.thumbOuter {
10
        padding-bottom: 2px;
11
}
12
.thumbOuter.thumbHoriz {
13
        width: 500px;
14
        height: 85px;
15
}
16
.thumbOuter.thumbVert {
17
        width: 100px;
18
        height: 400px;
19
}
20
.thumbOuter .enabled {
21
        background: transparent url("images/buttons.png") no-repeat center center;
22
}
23
.dj_ie6 .thumbOuter .enabled { background-image: url("images/buttons.gif"); }
24
.thumbOuter .thumbNav img {
25
        width: 48px;
26
        height: 75px;
27
}
28
.thumbOuter .thumbClickable div {
29
        cursor: pointer;
30
}
31
.thumbOuter .prevHoriz {
32
        background-position: -96px 12px;
33
        position: relative;
34
        float: left;
35
        height: 100%;
36
}
37
.thumbOuter .nextHoriz {
38
        background-position: -144px 12px;
39
        position: relative;
40
        float: right;
41
        height: 100%;
42
}
43
.thumbOuter .prevVert {
44
        background-position: 0px 0px;
45
        height: 48px;
46
        width:48px;
47
        margin-left:24px;
48
}
49
.thumbOuter .nextVert {
50
        background-position: -48px 0px;
51
        height: 48px;
52
        width:48px;
53
        margin-left:24px;
54
}
55
.thumbWrapper img {
56
        height: 75px;
57
        max-width: 100px;
58
        width: expression(this.width > 100 ? 100: true);
59
}
60
.thumbWrapper .thumbNav .imageGalleryThumb {
61
        height: 50px;
62
}
63
.thumbWrapper .thumbNotifier {
64
        background-color: red;
65
        width: 0px;
66
        margin-left: 2px;
67
        height: 5px;
68
        font-size: 1%;
69
}
70
.thumbWrapper .thumbLoaded {
71
        background-color: transparent;
72
}
73
.thumbScroller {
74
        overflow-x: hidden;
75
        overflow-y: hidden;
76
        text-align: center;
77
}
78
.thumbHoriz .thumbScroller {
79
        width: 500px;
80
        height: 85px;
81
        float: left;
82
}
83
.thumbVert .thumbScroller {
84
        height: 500px;
85
        width: 100px;
86
}
87
.thumbWrapper {
88
        float: left;
89
}
90
.thumbVert .thumbWrapper {
91
        width: 100px;
92
        height: 10px;
93
}
94
.thumbHoriz .thumbWapper {
95
        height:85px;
96
        width: 10px;
97
}
98
.thumbWrapper.thumbHoriz div {
99
        float: left;
100
        padding-right: 2px;
101
}
102
.thumbWrapper.thumbVert {
103
        width: 100px;
104
}
105
.thumbWrapper.thumbVert div {
106
        padding-bottom: 2px;
107
}