mobiscroll-rails 2.3.1.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.
@@ -0,0 +1,62 @@
1
+ /* Sense UI Skin */
2
+ .sense-ui .dw {
3
+ padding: 0;
4
+ background: #333;
5
+ border: 2px solid #fff;
6
+ color: #fff;
7
+ }
8
+ .sense-ui .dwwr {
9
+ padding: 0;
10
+ }
11
+ .sense-ui .dwv {
12
+ padding: 5px 10px;
13
+ border-bottom: 1px solid #666;
14
+ text-align: left;
15
+ }
16
+ .sense-ui .dwwc {
17
+ background: #333;
18
+ }
19
+ .sense-ui .dww {
20
+ margin: 0 2px;
21
+ }
22
+ .sense-ui .dw .dwpm .dww {
23
+ margin: 0;
24
+ border: 0;
25
+ }
26
+ .sense-ui .dwbc {
27
+ padding: 5px 1px;
28
+ background: #000;
29
+ background: linear-gradient(#666 50%,#000 50%);
30
+ background: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #000),color-stop(0.5, #666));
31
+ background: -moz-linear-gradient(#666 50%,#000 50%);
32
+ background: -o-linear-gradient(#666 50%,#000 50%);
33
+ }
34
+ .sense-ui .dw .dwb {
35
+ margin: 0 5px;
36
+ background: #000;
37
+ border: 1px solid #333;
38
+ background: #222;
39
+ background: linear-gradient(#444,#000);
40
+ background: -webkit-gradient(linear,left bottom,left top,from(#000),to(#444));
41
+ background: -moz-linear-gradient(#444,#000);
42
+ background: -o-linear-gradient(#444,#000);
43
+ box-shadow: inset 0 0 5px #000;
44
+ }
45
+ .sense-ui .dw .dwb-a {
46
+ background: #3c7500;
47
+ background: linear-gradient(#94c840,#3c7500);
48
+ background: -webkit-gradient(linear,left bottom,left top,from(#3c7500),to(#94c840));
49
+ background: -moz-linear-gradient(#94c840,#3c7500);
50
+ background: -o-linear-gradient(#94c840,#3c7500);
51
+ }
52
+ /* Docked */
53
+ .sense-ui.dw-top .dw {
54
+ border-right: 0;
55
+ border-top: 0;
56
+ border-left: 0;
57
+ }
58
+ .sense-ui.dw-bottom .dw {
59
+ border-bottom: 0;
60
+ border-right: 0;
61
+ border-left: 0;
62
+ }
@@ -0,0 +1,249 @@
1
+ .wp .dw {
2
+ background: #1f1f1f;
3
+ border-radius: 0;
4
+ -webkit-border-radius: 0;
5
+ }
6
+ .wp .dwwr {
7
+ padding: 10px;
8
+ }
9
+ .wp .dwv {
10
+ display: none;
11
+ }
12
+ .wp .dwc {
13
+ padding: 0;
14
+ margin: 0;
15
+ vertical-align: middle;
16
+ }
17
+ .wp .dwwc {
18
+ padding: 3px;
19
+ background: none;
20
+ }
21
+ .wp .dwwl {
22
+ margin: 0;
23
+ background: none;
24
+ }
25
+ .wp .dwl {
26
+ display: none;
27
+ }
28
+ .wp .dw .dwwl .dww {
29
+ margin: 0 3px;
30
+ background: none;
31
+ border: 0;
32
+ color: #fff;
33
+ }
34
+ .wp .dw .dww li {
35
+ position: relative;
36
+ padding: 0;
37
+ font-size: 26px;
38
+ letter-spacing: -1px;
39
+ text-align: left;
40
+ text-shadow: none;
41
+ opacity: 0;
42
+ box-sizing: border-box;
43
+ filter: Alpha(Opacity=0);
44
+ transition: opacity .3s linear;
45
+ -webkit-box-sizing: border-box;
46
+ -webkit-transition: opacity .3s linear;
47
+ -moz-box-sizing: border-box;
48
+ -moz-transition: opacity .3s linear;
49
+ }
50
+ .wp .dw-i {
51
+ position: relative;
52
+ top: 4%;
53
+ height: 92%;
54
+ padding: 0 5px;
55
+ border: 1px solid #4c4c4c;
56
+ box-sizing: border-box;
57
+ -webkit-box-sizing: border-box;
58
+ -moz-box-sizing: border-box;
59
+ filter: inherit;
60
+ }
61
+ .wp .dw .wpa li, .wp .dw .dwa li {
62
+ opacity: .3;
63
+ filter: Alpha(Opacity=30);
64
+ }
65
+ .wp .dw .wpa li.dw-v, .wp .dw .dwa li.dw-v {
66
+ opacity: 1;
67
+ filter: Alpha(Opacity=100);
68
+ }
69
+ .wp .dw-day, .wp .dw-mon {
70
+ display: block;
71
+ color: #a9a9a9;
72
+ line-height: 18px;
73
+ font-size: 11px;
74
+ letter-spacing: normal;
75
+ position: absolute;
76
+ bottom: 0;
77
+ filter: inherit;
78
+ }
79
+ .wp .dww li.dw-sel {
80
+ opacity: 1;
81
+ filter: Alpha(Opacity=100);
82
+ }
83
+ .wp .dww li.dw-sel .dw-i {
84
+ background: #4c4c4c;
85
+ transition: background-color .1s linear;
86
+ -webkit-transition: background-color .1s linear;
87
+ -moz-transition: background-color .1s linear;
88
+ }
89
+ .wp .dww li.dw-hl {
90
+ background: none;
91
+ }
92
+ .wp .dww li.dw-hl .dw-i {
93
+ background: #4c4c4c;
94
+ }
95
+ .wp .dwa li.dw-sel .dw-i {
96
+ background-color: transparent;
97
+ }
98
+ .wp .dwwo {
99
+ display: none;
100
+ }
101
+ .wp .dwwol {
102
+ display: none;
103
+ }
104
+ .wp .dwbc {
105
+ padding: 0;
106
+ }
107
+ .wp .dwbw {
108
+ float: none;
109
+ width: auto;
110
+ }
111
+ .wp .dw .dwb {
112
+ position: relative;
113
+ top: 0;
114
+ min-width: 32px;
115
+ display: inline-block;
116
+ height: 20px;
117
+ padding: 29px 5px 0 5px;
118
+ background: none;
119
+ box-shadow: none;
120
+ line-height: 20px;
121
+ font-size: 11px;
122
+ font-weight: normal;
123
+ text-transform: lowercase;
124
+ text-shadow: none;
125
+ transition: top .1s linear;
126
+ -webkit-box-shadow: none;
127
+ -webkit-transition: top .1s linear;
128
+ -moz-transition: top .1s linear;
129
+ }
130
+ .wp .dwb:after {
131
+ content: '';
132
+ position: absolute;
133
+ top: 3px;
134
+ left: 50%;
135
+ width: 26px;
136
+ height: 26px;
137
+ margin: 0 -13px;
138
+ background: url(wp_icons.png) center center no-repeat;
139
+ }
140
+ .wp .dwb-s .dwb:after {
141
+ background-position: 0 0;
142
+ }
143
+ .wp .dwb-c .dwb:after {
144
+ background-position: -26px 0;
145
+ }
146
+ .wp .dwb-n .dwb:after {
147
+ background-position: -52px 0;
148
+ }
149
+ .wp .dwb-s .dwb-a:after {
150
+ background-position: 0 -26px;
151
+ }
152
+ .wp .dwb-c .dwb-a:after {
153
+ background-position: -26px -26px;
154
+ }
155
+ .wp .dwb-n .dwb-a:after {
156
+ background-position: -52px -26px;
157
+ }
158
+ .wp .dwb.dwb-a {
159
+ top: -3px;
160
+ }
161
+ /* +/- buttons */
162
+ .wp .dw .dwwl .dwb-a {
163
+ background: #1f1f1f;
164
+ }
165
+ .wp .dw .dwwb {
166
+ background: #1f1f1f;
167
+ border-radius: 0;
168
+ box-shadow: none;
169
+ box-sizing: border-box;
170
+ color: #a9a9a9;
171
+ -webkit-box-shadow: none;
172
+ -webkit-border-radius: 0;
173
+ -webkit-box-sizing: border-box;
174
+ -moz-box-sizing: border-box;
175
+ }
176
+ .wp .dwwb span {
177
+ position: absolute;
178
+ top: 50%;
179
+ left: 50%;
180
+ width: 26px;
181
+ height: 26px;
182
+ margin: -13px;
183
+ display: block;
184
+ background: url(wp_icons.png) center center no-repeat;
185
+ text-indent: -9999px;
186
+ }
187
+ .wp .dwwbp span {
188
+ background-position: -78px 0;
189
+ }
190
+ .wp .dwwbp.dwb-a span {
191
+ background-position: -78px -26px;
192
+ }
193
+ .wp .dwwbm span {
194
+ background-position: -104px 0;
195
+ }
196
+ .wp .dwwbm.dwb-a span {
197
+ background-position: -104px -26px;
198
+ }
199
+ /* Bubble positioning */
200
+ .wp .dw-bubble-bottom .dw-arr {
201
+ border-color: transparent transparent #1f1f1f transparent;
202
+ }
203
+ .wp .dw-bubble-top .dw-arr {
204
+ border-color: #1f1f1f transparent transparent transparent;
205
+ }
206
+ /* Light version */
207
+ .wp.light .dw {
208
+ background: #dedede;
209
+ }
210
+ .wp.light .dwv {
211
+ color: #000;
212
+ }
213
+ .wp.light .dww li {
214
+ color: #000;
215
+ }
216
+ .wp.light li .dw-i {
217
+ border-color: #b5b5b5;
218
+ }
219
+ .wp.light li.dw-sel .dw-i {
220
+ background: #b5b5b5;
221
+ }
222
+ .wp.light li.dw-hl .dw-i {
223
+ background: #b5b5b5;
224
+ }
225
+ .wp.light .dw-day, .wp.light .dw-mon {
226
+ color: #6b6b6b;
227
+ }
228
+ .wp.light .dwa li.dw-sel .dw-i {
229
+ background-color: transparent;
230
+ }
231
+ .wp.light .dwb {
232
+ color: #000;
233
+ }
234
+ .wp.light .dwb:after {
235
+ background-image: url(wp_icons_light.png);
236
+ }
237
+ .wp.light .dw .dwwb {
238
+ background: #dedede;
239
+ }
240
+ .wp.light .dwwb span {
241
+ background-image: url(wp_icons_light.png);
242
+ }
243
+ /* Bubble positioning */
244
+ .wp.light .dw-bubble-bottom .dw-arr {
245
+ border-color: transparent transparent #dedede transparent;
246
+ }
247
+ .wp.light .dw-bubble-top .dw-arr {
248
+ border-color: #dedede transparent transparent transparent;
249
+ }
metadata ADDED
@@ -0,0 +1,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mobiscroll-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.3.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Dinuz
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-01-17 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: railties
16
+ requirement: &25260852 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '3.1'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *25260852
25
+ description: This gem provides the default functionalities of Mobiscroll and all themes
26
+ provided by default.
27
+ email:
28
+ - massimiliano.marzo@gmail.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - lib/mobiscroll-rails/version.rb
34
+ - lib/mobiscroll-rails.rb
35
+ - vendor/assets/javascripts/mobiscroll.android-ics.js
36
+ - vendor/assets/javascripts/mobiscroll.android.js
37
+ - vendor/assets/javascripts/mobiscroll.core.js
38
+ - vendor/assets/javascripts/mobiscroll.datetime.js
39
+ - vendor/assets/javascripts/mobiscroll.ios.js
40
+ - vendor/assets/javascripts/mobiscroll.jqm.js
41
+ - vendor/assets/javascripts/mobiscroll.js
42
+ - vendor/assets/javascripts/mobiscroll.list.js
43
+ - vendor/assets/javascripts/mobiscroll.select.js
44
+ - vendor/assets/javascripts/mobiscroll.wp.js
45
+ - vendor/assets/javascripts/mobiscroll.zepto.js
46
+ - vendor/assets/stylesheets/mobiscroll.android-ics.css
47
+ - vendor/assets/stylesheets/mobiscroll.android.css
48
+ - vendor/assets/stylesheets/mobiscroll.core.css
49
+ - vendor/assets/stylesheets/mobiscroll.css
50
+ - vendor/assets/stylesheets/mobiscroll.ios.css
51
+ - vendor/assets/stylesheets/mobiscroll.jqm.css
52
+ - vendor/assets/stylesheets/mobiscroll.sense-ui.css
53
+ - vendor/assets/stylesheets/mobiscroll.wp.css
54
+ - vendor/assets/stylesheets/wp_icons.png
55
+ - vendor/assets/stylesheets/wp_icons_light.png
56
+ - MIT-LICENSE
57
+ - README.md
58
+ homepage: https://github.com/Dinuz/mobiscroll-rails
59
+ licenses: []
60
+ post_install_message:
61
+ rdoc_options: []
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ none: false
72
+ requirements:
73
+ - - ! '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ requirements: []
77
+ rubyforge_project: mobiscroll-rails
78
+ rubygems_version: 1.8.16
79
+ signing_key:
80
+ specification_version: 3
81
+ summary: Allow the use of Mobiscroll with the Rails 3 asset pipeline.
82
+ test_files: []