bootstrap-timepicker-rails-addon 0.2.5.1 → 0.2.6.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,122 +1,146 @@
1
- /*!
2
- * Timepicker Component for Twitter Bootstrap
3
- *
4
- * Copyright 2013 Joris de Wit
5
- *
6
- * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
- .bootstrap-timepicker {
12
- position: relative;
13
- }
14
- .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
15
- left: auto;
16
- right: 0;
17
- }
18
- .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
19
- left: auto;
20
- right: 12px;
21
- }
22
- .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
23
- left: auto;
24
- right: 13px;
25
- }
26
- .bootstrap-timepicker .add-on {
27
- cursor: pointer;
28
- }
29
- .bootstrap-timepicker .add-on i {
30
- display: inline-block;
31
- width: 16px;
32
- height: 16px;
33
- }
34
- .bootstrap-timepicker-widget.dropdown-menu {
35
- padding: 2px 3px 2px 2px;
36
- }
37
- .bootstrap-timepicker-widget.dropdown-menu.open {
38
- display: inline-block;
39
- }
40
- .bootstrap-timepicker-widget.dropdown-menu:before {
41
- border-bottom: 7px solid rgba(0, 0, 0, 0.2);
42
- border-left: 7px solid transparent;
43
- border-right: 7px solid transparent;
44
- content: "";
45
- display: inline-block;
46
- left: 9px;
47
- position: absolute;
48
- top: -7px;
49
- }
50
- .bootstrap-timepicker-widget.dropdown-menu:after {
51
- border-bottom: 6px solid #FFFFFF;
52
- border-left: 6px solid transparent;
53
- border-right: 6px solid transparent;
54
- content: "";
55
- display: inline-block;
56
- left: 10px;
57
- position: absolute;
58
- top: -6px;
59
- }
60
- .bootstrap-timepicker-widget a.btn,
61
- .bootstrap-timepicker-widget input {
62
- border-radius: 4px;
63
- }
64
- .bootstrap-timepicker-widget table {
65
- width: 100%;
66
- margin: 0;
67
- }
68
- .bootstrap-timepicker-widget table td {
69
- text-align: center;
70
- height: 30px;
71
- margin: 0;
72
- padding: 2px;
73
- }
74
- .bootstrap-timepicker-widget table td:not(.separator) {
75
- min-width: 30px;
76
- }
77
- .bootstrap-timepicker-widget table td span {
78
- width: 100%;
79
- }
80
- .bootstrap-timepicker-widget table td a {
81
- border: 1px transparent solid;
82
- width: 100%;
83
- display: inline-block;
84
- margin: 0;
85
- padding: 8px 0;
86
- outline: 0;
87
- color: #333;
88
- }
89
- .bootstrap-timepicker-widget table td a:hover {
90
- text-decoration: none;
91
- background-color: #eee;
92
- -webkit-border-radius: 4px;
93
- -moz-border-radius: 4px;
94
- border-radius: 4px;
95
- border-color: #ddd;
96
- }
97
- .bootstrap-timepicker-widget table td a i {
98
- margin-top: 2px;
99
- font-size: 18px;
100
- }
101
- .bootstrap-timepicker-widget table td input {
102
- width: 25px;
103
- margin: 0;
104
- text-align: center;
105
- }
106
- .bootstrap-timepicker-widget .modal-content {
107
- padding: 4px;
108
- }
109
- @media (min-width: 767px) {
110
- .bootstrap-timepicker-widget.modal {
111
- width: 200px;
112
- margin-left: -100px;
113
- }
114
- }
115
- @media (max-width: 767px) {
116
- .bootstrap-timepicker {
117
- width: 100%;
118
- }
119
- .bootstrap-timepicker .dropdown-menu {
120
- width: 100%;
121
- }
122
- }
1
+ /*!
2
+ * Timepicker Component for Twitter Bootstrap
3
+ *
4
+ * Copyright 2013 Joris de Wit
5
+ *
6
+ * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+ .bootstrap-timepicker {
12
+ position: relative;
13
+ }
14
+ .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
15
+ left: auto;
16
+ right: 0;
17
+ }
18
+ .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
19
+ left: auto;
20
+ right: 12px;
21
+ }
22
+ .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
23
+ left: auto;
24
+ right: 13px;
25
+ }
26
+ .bootstrap-timepicker .add-on {
27
+ cursor: pointer;
28
+ }
29
+ .bootstrap-timepicker .add-on i {
30
+ display: inline-block;
31
+ width: 16px;
32
+ height: 16px;
33
+ }
34
+ .bootstrap-timepicker-widget.dropdown-menu {
35
+ padding: 4px;
36
+ }
37
+ .bootstrap-timepicker-widget.dropdown-menu.open {
38
+ display: inline-block;
39
+ }
40
+ .bootstrap-timepicker-widget.dropdown-menu:before {
41
+ border-bottom: 7px solid rgba(0, 0, 0, 0.2);
42
+ border-left: 7px solid transparent;
43
+ border-right: 7px solid transparent;
44
+ content: "";
45
+ display: inline-block;
46
+ position: absolute;
47
+ }
48
+ .bootstrap-timepicker-widget.dropdown-menu:after {
49
+ border-bottom: 6px solid #FFFFFF;
50
+ border-left: 6px solid transparent;
51
+ border-right: 6px solid transparent;
52
+ content: "";
53
+ display: inline-block;
54
+ position: absolute;
55
+ }
56
+ .bootstrap-timepicker-widget.timepicker-orient-left:before {
57
+ left: 6px;
58
+ }
59
+ .bootstrap-timepicker-widget.timepicker-orient-left:after {
60
+ left: 7px;
61
+ }
62
+ .bootstrap-timepicker-widget.timepicker-orient-right:before {
63
+ right: 6px;
64
+ }
65
+ .bootstrap-timepicker-widget.timepicker-orient-right:after {
66
+ right: 7px;
67
+ }
68
+ .bootstrap-timepicker-widget.timepicker-orient-top:before {
69
+ top: -7px;
70
+ }
71
+ .bootstrap-timepicker-widget.timepicker-orient-top:after {
72
+ top: -6px;
73
+ }
74
+ .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
75
+ bottom: -7px;
76
+ border-bottom: 0;
77
+ border-top: 7px solid #999;
78
+ }
79
+ .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
80
+ bottom: -6px;
81
+ border-bottom: 0;
82
+ border-top: 6px solid #ffffff;
83
+ }
84
+ .bootstrap-timepicker-widget a.btn,
85
+ .bootstrap-timepicker-widget input {
86
+ border-radius: 4px;
87
+ }
88
+ .bootstrap-timepicker-widget table {
89
+ width: 100%;
90
+ margin: 0;
91
+ }
92
+ .bootstrap-timepicker-widget table td {
93
+ text-align: center;
94
+ height: 30px;
95
+ margin: 0;
96
+ padding: 2px;
97
+ }
98
+ .bootstrap-timepicker-widget table td:not(.separator) {
99
+ min-width: 30px;
100
+ }
101
+ .bootstrap-timepicker-widget table td span {
102
+ width: 100%;
103
+ }
104
+ .bootstrap-timepicker-widget table td a {
105
+ border: 1px transparent solid;
106
+ width: 100%;
107
+ display: inline-block;
108
+ margin: 0;
109
+ padding: 8px 0;
110
+ outline: 0;
111
+ color: #333;
112
+ }
113
+ .bootstrap-timepicker-widget table td a:hover {
114
+ text-decoration: none;
115
+ background-color: #eee;
116
+ -webkit-border-radius: 4px;
117
+ -moz-border-radius: 4px;
118
+ border-radius: 4px;
119
+ border-color: #ddd;
120
+ }
121
+ .bootstrap-timepicker-widget table td a i {
122
+ margin-top: 2px;
123
+ font-size: 18px;
124
+ }
125
+ .bootstrap-timepicker-widget table td input {
126
+ width: 25px;
127
+ margin: 0;
128
+ text-align: center;
129
+ }
130
+ .bootstrap-timepicker-widget .modal-content {
131
+ padding: 4px;
132
+ }
133
+ @media (min-width: 767px) {
134
+ .bootstrap-timepicker-widget.modal {
135
+ width: 200px;
136
+ margin-left: -100px;
137
+ }
138
+ }
139
+ @media (max-width: 767px) {
140
+ .bootstrap-timepicker {
141
+ width: 100%;
142
+ }
143
+ .bootstrap-timepicker .dropdown-menu {
144
+ width: 100%;
145
+ }
146
+ }
metadata CHANGED
@@ -1,22 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-timepicker-rails-addon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5.1
5
- prerelease:
4
+ version: 0.2.6.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Thomas Yang
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-11 00:00:00.000000000 Z
11
+ date: 2014-04-09 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '3.1'
22
20
  - - <
@@ -25,9 +23,8 @@ dependencies:
25
23
  type: :runtime
26
24
  prerelease: false
27
25
  version_requirements: !ruby/object:Gem::Requirement
28
- none: false
29
26
  requirements:
30
- - - ! '>='
27
+ - - '>='
31
28
  - !ruby/object:Gem::Version
32
29
  version: '3.1'
33
30
  - - <
@@ -36,33 +33,29 @@ dependencies:
36
33
  - !ruby/object:Gem::Dependency
37
34
  name: bundler
38
35
  requirement: !ruby/object:Gem::Requirement
39
- none: false
40
36
  requirements:
41
- - - ! '>='
37
+ - - '>='
42
38
  - !ruby/object:Gem::Version
43
39
  version: '1.0'
44
40
  type: :development
45
41
  prerelease: false
46
42
  version_requirements: !ruby/object:Gem::Requirement
47
- none: false
48
43
  requirements:
49
- - - ! '>='
44
+ - - '>='
50
45
  - !ruby/object:Gem::Version
51
46
  version: '1.0'
52
47
  - !ruby/object:Gem::Dependency
53
48
  name: rake
54
49
  requirement: !ruby/object:Gem::Requirement
55
- none: false
56
50
  requirements:
57
- - - ! '>='
51
+ - - '>='
58
52
  - !ruby/object:Gem::Version
59
53
  version: '0'
60
54
  type: :development
61
55
  prerelease: false
62
56
  version_requirements: !ruby/object:Gem::Requirement
63
- none: false
64
57
  requirements:
65
- - - ! '>='
58
+ - - '>='
66
59
  - !ruby/object:Gem::Version
67
60
  version: '0'
68
61
  description: This gem provides bootstrap-timepicker.js and bootstrap-timepicker.css
@@ -81,26 +74,25 @@ files:
81
74
  - README.md
82
75
  homepage: https://github.com/ywjno/bootstrap-timepicker-rails-addon
83
76
  licenses: []
77
+ metadata: {}
84
78
  post_install_message:
85
79
  rdoc_options: []
86
80
  require_paths:
87
81
  - lib
88
82
  required_ruby_version: !ruby/object:Gem::Requirement
89
- none: false
90
83
  requirements:
91
- - - ! '>='
84
+ - - '>='
92
85
  - !ruby/object:Gem::Version
93
86
  version: '0'
94
87
  required_rubygems_version: !ruby/object:Gem::Requirement
95
- none: false
96
88
  requirements:
97
- - - ! '>='
89
+ - - '>='
98
90
  - !ruby/object:Gem::Version
99
91
  version: '0'
100
92
  requirements: []
101
93
  rubyforge_project:
102
- rubygems_version: 1.8.24
94
+ rubygems_version: 2.0.14
103
95
  signing_key:
104
- specification_version: 3
96
+ specification_version: 4
105
97
  summary: Use bootstrap-timepicker with Rails 3 and 4
106
98
  test_files: []