Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
1.2 KB
|
Line | |
---|
1 | .pagerContainer { |
---|
2 | position: relative; |
---|
3 | height: 100%; |
---|
4 | width: 100%; |
---|
5 | overflow: hidden; |
---|
6 | /* FIXME: need basline styles for tundra, soria, and nihilo */ |
---|
7 | border:1px solid #ccc; |
---|
8 | -moz-border-radius:6pt; |
---|
9 | -webkit-border-radius:7pt; |
---|
10 | } |
---|
11 | |
---|
12 | /* Horizontal classes */ |
---|
13 | |
---|
14 | .horizontalPagerPager { |
---|
15 | position: absolute; |
---|
16 | height: 12px; |
---|
17 | width: 100%; |
---|
18 | padding-top: 4px; |
---|
19 | padding-bottom: 4px; |
---|
20 | } |
---|
21 | |
---|
22 | .horizontalPagerStatus { |
---|
23 | position: absolute; |
---|
24 | height: 10px; |
---|
25 | padding-top: 5px; |
---|
26 | padding-bottom: 5px; |
---|
27 | width: 100%; |
---|
28 | } |
---|
29 | |
---|
30 | .horizontalPagerView { |
---|
31 | position: absolute; |
---|
32 | height: 100%; |
---|
33 | width: 100%; |
---|
34 | overflow: hidden; |
---|
35 | } |
---|
36 | |
---|
37 | .horizontalPagerIcon { |
---|
38 | cursor: pointer; |
---|
39 | } |
---|
40 | |
---|
41 | /* Vertical classes */ |
---|
42 | |
---|
43 | .verticalPagerPager { |
---|
44 | position: absolute; |
---|
45 | width: 12px; |
---|
46 | height: 100%; |
---|
47 | padding-left: 4px; |
---|
48 | padding-right: 4px; |
---|
49 | } |
---|
50 | |
---|
51 | .verticalPagerStatus { |
---|
52 | position: absolute; |
---|
53 | width: 10px; |
---|
54 | padding-left: 5px; |
---|
55 | padding-right: 5px; |
---|
56 | height: 100%; |
---|
57 | } |
---|
58 | |
---|
59 | .verticalPagerView { |
---|
60 | position: absolute; |
---|
61 | height: 100%; |
---|
62 | width: 100%; |
---|
63 | overflow: hidden; |
---|
64 | } |
---|
65 | |
---|
66 | .verticalPagerIcon { |
---|
67 | cursor: pointer; |
---|
68 | } |
---|
69 | |
---|
70 | /* Misc. */ |
---|
71 | |
---|
72 | .pagerIconContainer { |
---|
73 | position: absolute; |
---|
74 | } |
---|
75 | |
---|
76 | .pagerIconContainer img { |
---|
77 | cursor: pointer; |
---|
78 | } |
---|
79 | |
---|
80 | /* Items */ |
---|
81 | |
---|
82 | .pagerItems { |
---|
83 | list-style: none; |
---|
84 | padding: 0; |
---|
85 | margin: 0; |
---|
86 | } |
---|
87 | |
---|
88 | .pagerItem { |
---|
89 | overflow: hidden; |
---|
90 | padding: 0; |
---|
91 | margin: 0; |
---|
92 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.