root / trunk / web / dojo / dojox / widget / Pager / Pager.css @ 12
History | View | Annotate | Download (1.09 KB)
1 | 9 | andrej.cim | .pagerContainer {
|
---|---|---|---|
2 | position: relative; |
||
3 | height: 100%; |
||
4 | width: 100%; |
||
5 | overflow: hidden; |
||
6 | |||
7 | border:1px solid #ccc; |
||
8 | -moz-border-radius:6pt; |
||
9 | -webkit-border-radius:7pt; |
||
10 | } |
||
11 | .horizontalPagerPager {
|
||
12 | position: absolute; |
||
13 | height: 12px; |
||
14 | width: 100%; |
||
15 | padding-top: 4px; |
||
16 | padding-bottom: 4px; |
||
17 | } |
||
18 | .horizontalPagerStatus {
|
||
19 | position: absolute; |
||
20 | height: 10px; |
||
21 | padding-top: 5px; |
||
22 | padding-bottom: 5px; |
||
23 | width: 100%; |
||
24 | } |
||
25 | .horizontalPagerView {
|
||
26 | position: absolute; |
||
27 | height: 100%; |
||
28 | width: 100%; |
||
29 | overflow: hidden; |
||
30 | } |
||
31 | .horizontalPagerIcon {
|
||
32 | cursor: pointer; |
||
33 | } |
||
34 | .verticalPagerPager {
|
||
35 | position: absolute; |
||
36 | width: 12px; |
||
37 | height: 100%; |
||
38 | padding-left: 4px; |
||
39 | padding-right: 4px; |
||
40 | } |
||
41 | .verticalPagerStatus {
|
||
42 | position: absolute; |
||
43 | width: 10px; |
||
44 | padding-left: 5px; |
||
45 | padding-right: 5px; |
||
46 | height: 100%; |
||
47 | } |
||
48 | .verticalPagerView {
|
||
49 | position: absolute; |
||
50 | height: 100%; |
||
51 | width: 100%; |
||
52 | overflow: hidden; |
||
53 | } |
||
54 | .verticalPagerIcon {
|
||
55 | cursor: pointer; |
||
56 | } |
||
57 | .pagerIconContainer {
|
||
58 | position: absolute; |
||
59 | } |
||
60 | .pagerIconContainer img { |
||
61 | cursor: pointer; |
||
62 | } |
||
63 | .pagerItems {
|
||
64 | list-style: none; |
||
65 | padding: 0; |
||
66 | margin: 0; |
||
67 | } |
||
68 | |||
69 | .pagerItem {
|
||
70 | overflow: hidden; |
||
71 | padding: 0; |
||
72 | margin: 0; |
||
73 | } |