Last change
on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
971 bytes
|
Line | |
---|
1 | .ui-spinner {
|
---|
2 | display: inline-block;
|
---|
3 | overflow: visible;
|
---|
4 | padding: 0;
|
---|
5 | position: relative;
|
---|
6 | vertical-align: middle;
|
---|
7 | }
|
---|
8 |
|
---|
9 | .ui-spinner-input {
|
---|
10 | vertical-align: middle;
|
---|
11 | padding-right: 1.5em;
|
---|
12 | }
|
---|
13 |
|
---|
14 | .ui-spinner-button {
|
---|
15 | cursor: default;
|
---|
16 | display: block;
|
---|
17 | height: 50%;
|
---|
18 | margin: 0;
|
---|
19 | overflow: hidden;
|
---|
20 | padding: 0;
|
---|
21 | position: absolute;
|
---|
22 | right: 0;
|
---|
23 | text-align: center;
|
---|
24 | vertical-align: middle;
|
---|
25 | width: 1.5em;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .ui-spinner .ui-spinner-button-icon {
|
---|
29 | position: absolute;
|
---|
30 | top: 50%;
|
---|
31 | left: 50%;
|
---|
32 | margin-top: -.5em;
|
---|
33 | margin-left: -.5em;
|
---|
34 | width: 1em;
|
---|
35 | }
|
---|
36 |
|
---|
37 | .ui-spinner-up {
|
---|
38 | top: 0;
|
---|
39 | }
|
---|
40 |
|
---|
41 | .ui-spinner-down {
|
---|
42 | bottom: 0;
|
---|
43 | }
|
---|
44 |
|
---|
45 | /* Fluid */
|
---|
46 | .ui-fluid .ui-spinner {
|
---|
47 | width: 100%;
|
---|
48 | }
|
---|
49 |
|
---|
50 | .ui-fluid .ui-spinner .ui-spinner-input {
|
---|
51 | padding-right: 2em;
|
---|
52 | width: 100%;
|
---|
53 | }
|
---|
54 |
|
---|
55 | .ui-fluid .ui-spinner .ui-spinner-button {
|
---|
56 | width: 1.5em;
|
---|
57 | }
|
---|
58 |
|
---|
59 | .ui-fluid .ui-spinner .ui-spinner-button .ui-spinner-button-icon {
|
---|
60 | left: .7em;
|
---|
61 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.