jquery-datetimepicker 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19651fe8262f8333a89bceee16ba88d1eaeff707
4
- data.tar.gz: 64cc5efbfef8aed9fc3b7a894015ec5b80fcc543
3
+ metadata.gz: 073f2464d699c7e616b50e722b95e758b5143033
4
+ data.tar.gz: fd27cec14e7b1a0665c668ff5f7ce63506544b81
5
5
  SHA512:
6
- metadata.gz: 9c3f6b622ea2b0b25c5aa4d0ec2525ccd12407a67016a80bc9f2b00175807adfa844bba948617439107b339b8d0eceab4e9e5e2fcf45eb042ec67aeefca88da1
7
- data.tar.gz: 55b14713ca4c26387bc74865b73c169151345e294ecd33cdc6a0b0713800818a207c565f6df5fda63da2be3f708a136dcda22609dd301d3ed12ac35b600d9b97
6
+ metadata.gz: 2e07afadd231b5ab416bb02139005da5294dcccf35d4449bbdf4ded8c6f77786c879fd7f8ada0061ccf20d125129c20b047ad501cd4da537918d9d1d6b8a3773
7
+ data.tar.gz: 1fee167e6b4d37c12ffe828925749f32e13e9bf740dde252ce3b577f58ccc9845668bff31d990cc1bb4f13999ea22a5c91b94356095f3e4ae2648394c32e5e58
@@ -1,3 +1,3 @@
1
1
  module JqueryDatetimepicker
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -68,7 +68,7 @@
68
68
  left: 13px;
69
69
 
70
70
  span{
71
- background: image-url(cal-month-prev-arrow.png) 0 0 no-repeat;
71
+ background: url(cal-month-prev-arrow.png) 0 0 no-repeat;
72
72
  top: 13px;
73
73
  margin-top: 0;
74
74
  left: 9px;
@@ -79,7 +79,7 @@
79
79
  top: 7px;
80
80
  right: 0;
81
81
  span{
82
- background: image-url(cal-month-next-arrow.png) 0 0 no-repeat;;
82
+ background: url(cal-month-next-arrow.png) 0 0 no-repeat;;
83
83
  top:18px;
84
84
  }
85
85
  }
@@ -161,7 +161,7 @@
161
161
 
162
162
  .clock-up-arrow{
163
163
  height: 10px;
164
- background: image-url(up-arrow-cal.png) no-repeat center center;
164
+ background: url(up-arrow-cal.png) no-repeat center center;
165
165
  width: 24px;
166
166
  margin-bottom: 5px;
167
167
  cursor: pointer;
@@ -169,7 +169,7 @@
169
169
 
170
170
  .clock-down-arrow{
171
171
  height: 10px;
172
- background: image-url(down-arrow-cal.png) no-repeat center center;
172
+ background: url(down-arrow-cal.png) no-repeat center center;
173
173
  width: 24px;
174
174
  margin-top: 5px;
175
175
  cursor: pointer;
@@ -219,7 +219,7 @@
219
219
  .alerts-label{
220
220
  float: left;
221
221
  font-size: 12px;
222
- background: image-url(reminder-env.png) no-repeat 0 center;
222
+ background: url(reminder-env.png) no-repeat 0 center;
223
223
  padding: 20px 35px;
224
224
  }
225
225
 
@@ -352,7 +352,7 @@
352
352
  }
353
353
 
354
354
  a.selected{
355
- background-image: image-url(table-sort-arrow-down.png);
355
+ background-image: url(table-sort-arrow-down.png);
356
356
  background-position: 99px center;
357
357
  background-repeat: no-repeat;
358
358
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-datetimepicker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aldo Sarmiento