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
|
File size:
340 bytes
|
Line | |
---|
1 | /* for inputDate plugin */ |
---|
2 | .ui-inputDate { |
---|
3 | cursor:text; |
---|
4 | padding:0px; |
---|
5 | } |
---|
6 | .ui-inputDate input[type='text'] { |
---|
7 | border:none; |
---|
8 | background:transparent; |
---|
9 | display:inline-block; |
---|
10 | } |
---|
11 | |
---|
12 | #ui-datepicker-div { |
---|
13 | display: none; |
---|
14 | } |
---|
15 | |
---|
16 | .ui-inputDate-time { |
---|
17 | width:60px; |
---|
18 | border-left: 1px dotted; |
---|
19 | padding-left: 5px; |
---|
20 | } |
---|
21 | .ui-inputDate-date { |
---|
22 | width:80px; |
---|
23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.