jquery-datetimepicker-rails 2.1.6.0 → 2.1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93da8807840ada8be8391ac0f0e512abf68f194c
|
|
4
|
+
data.tar.gz: 08472831429d08e165d513503e0004bcf24036eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5dad5a1c4b5b8daf850540257972064a36db516b30e02da57735743fde27e25b5e676d0620919961961f8b840fec8674c19ce6ec9e5d152dad81728515f7a21
|
|
7
|
+
data.tar.gz: 24c30cdfc2d7f3c7f7b45c4ee5764068e3e7448e8e1b89bd1df0be4e0aedd1d45ed9241535f18f38a62a514c49f3b73e2df7dbcf5d811ebffecb2955ef033a30
|
|
@@ -18,6 +18,20 @@
|
|
|
18
18
|
display:none;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.xdsoft_datetimepicker iframe {
|
|
22
|
+
position: absolute;
|
|
23
|
+
left: 0;
|
|
24
|
+
top: 0;
|
|
25
|
+
width: 75px;
|
|
26
|
+
height: 210px;
|
|
27
|
+
background: transparent;
|
|
28
|
+
border:none;
|
|
29
|
+
}
|
|
30
|
+
/*For IE8 or lower*/
|
|
31
|
+
.xdsoft_datetimepicker button {
|
|
32
|
+
border:none !important;
|
|
33
|
+
}
|
|
34
|
+
|
|
21
35
|
.xdsoft_noselect{
|
|
22
36
|
-webkit-touch-callout: none;
|
|
23
37
|
-webkit-user-select: none;
|
|
@@ -189,7 +203,7 @@
|
|
|
189
203
|
font-weight: 700;
|
|
190
204
|
}
|
|
191
205
|
.xdsoft_datetimepicker .xdsoft_month{
|
|
192
|
-
width:
|
|
206
|
+
width:90px;
|
|
193
207
|
text-align:right;
|
|
194
208
|
}
|
|
195
209
|
.xdsoft_datetimepicker .xdsoft_calendar{
|