jquery-timepicker-addon-rails 1.2.3 → 1.4.1

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.
@@ -1,10 +1,11 @@
1
1
  .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2
2
  .ui-timepicker-div dl { text-align: left; }
3
- .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
4
- .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
3
+ .ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
4
+ .ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
5
5
  .ui-timepicker-div td { font-size: 90%; }
6
6
  .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
7
7
 
8
8
  .ui-timepicker-rtl{ direction: rtl; }
9
- .ui-timepicker-rtl dl { text-align: right; }
10
- .ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
9
+ .ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
10
+ .ui-timepicker-rtl dl dt{ float: right; clear: right; }
11
+ .ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-timepicker-addon-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-10 00:00:00.000000000 Z
12
+ date: 2013-11-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties