Last change
on this file since 24865 was
16012,
checked in by grum, 12 years ago
|
feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework
|
-
Property svn:executable set to
*
|
File size:
918 bytes
|
Line | |
---|
1 | /* for inputNum plugin */ |
---|
2 | .ui-inputNum { |
---|
3 | cursor:text; |
---|
4 | padding:0px; |
---|
5 | } |
---|
6 | .ui-inputNum-extra { |
---|
7 | display:inline-block; |
---|
8 | float:right; |
---|
9 | } |
---|
10 | .ui-inputNum input[type='text'] { |
---|
11 | border:none; |
---|
12 | background:transparent; |
---|
13 | display:inline-block; |
---|
14 | padding-right:2px; |
---|
15 | } |
---|
16 | .ui-inputNum-btDec, .ui-inputNum-btInc { |
---|
17 | border-style:solid; |
---|
18 | border-width:1px; |
---|
19 | cursor:pointer; |
---|
20 | font-weight:bold; |
---|
21 | width:15px; |
---|
22 | margin-top:1px; |
---|
23 | height:15px; |
---|
24 | text-align:center; |
---|
25 | display:inline-block; |
---|
26 | } |
---|
27 | .ui-inputNum-unit { |
---|
28 | margin-right:4px; |
---|
29 | display:inline-block; |
---|
30 | position:relative; |
---|
31 | top:-2px; |
---|
32 | } |
---|
33 | |
---|
34 | div.ui-inputNum div.ui-slider { |
---|
35 | cursor:pointer; |
---|
36 | } |
---|
37 | |
---|
38 | div.ui-inputNum div.ui-slider-horizontal { |
---|
39 | height:13px; |
---|
40 | margin:0px; |
---|
41 | padding-right:13px; |
---|
42 | } |
---|
43 | |
---|
44 | div.ui-inputNum a.ui-slider-handle { |
---|
45 | border-style:solid; |
---|
46 | border-width:1px; |
---|
47 | display:inline-block; |
---|
48 | height:10px; |
---|
49 | margin-top:1px; |
---|
50 | outline:medium none; |
---|
51 | position:relative; |
---|
52 | width:10px; |
---|
53 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.