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: 9aed7d47647b968466ff209d6ebb8106324d1340
4
- data.tar.gz: 9f49458d058775fdb209f6732964862736d868b5
3
+ metadata.gz: 93da8807840ada8be8391ac0f0e512abf68f194c
4
+ data.tar.gz: 08472831429d08e165d513503e0004bcf24036eb
5
5
  SHA512:
6
- metadata.gz: 98467c68704f8c1df1639784382ae657953313d992d673845e36919d84b5da6c468565420b36943e980dd1d3c1d675151456d3352139d4b9310438ab8108fdef
7
- data.tar.gz: 40764ee5762370891e3f83dd4ed0c7a03cfad0c54b8332a3c85c7028570998a0f53876b979272bbf6a6092e14c83ec8485c8f78cfe0640010cd8015f0d34bf4b
6
+ metadata.gz: e5dad5a1c4b5b8daf850540257972064a36db516b30e02da57735743fde27e25b5e676d0620919961961f8b840fec8674c19ce6ec9e5d152dad81728515f7a21
7
+ data.tar.gz: 24c30cdfc2d7f3c7f7b45c4ee5764068e3e7448e8e1b89bd1df0be4e0aedd1d45ed9241535f18f38a62a514c49f3b73e2df7dbcf5d811ebffecb2955ef033a30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @preserve jQuery DateTimePicker plugin v2.1.6
2
+ * @preserve jQuery DateTimePicker plugin v2.1.7
3
3
  * @homepage http://xdsoft.net/jqplugins/datetimepicker/
4
4
  * (c) 2014, Chupurnov Valeriy.
5
5
  */
@@ -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:95px;
206
+ width:90px;
193
207
  text-align:right;
194
208
  }
195
209
  .xdsoft_datetimepicker .xdsoft_calendar{
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Datetimepicker
3
3
  module Rails
4
- VERSION = '2.1.6.0'
4
+ VERSION = '2.1.7.0'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-datetimepicker-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.6.0
4
+ version: 2.1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Novikov