jquery_mb_extruder 1.0.0 → 1.0.1

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: a75153c484511b725f182b64c5e31a7622f184a7
4
- data.tar.gz: 4d70ab9530146a765231317acdbded179ad2f914
3
+ metadata.gz: b61c691c5485d2a2a358350bc1825c1afd71a245
4
+ data.tar.gz: 1cb5f53916c4f332717e7319513965b2c190704c
5
5
  SHA512:
6
- metadata.gz: c3a7f2294132d9415e576d96f7edbb50e8d3a70fadcaddd30828be7d921f0e21d33f9393b97b4237860a3bcbbf04b5faf56db9a7b82bda8993b617fe63495377
7
- data.tar.gz: 1eacf6fdf9bd6ef88da666232b136dbf917223b48268c1bf185624e22fc808743507bec2d26c6a0e9dcfcfee2b5980abc69b4dba36b27344140af8121ab2f35b
6
+ metadata.gz: b9a33ef6c7a6a9f385ffed1847fc1cfd3fb9bfccc09a0acb0fa29c04129ff3fedf8bcda8b652cc0bb2830ad00c78940fb52deaf9fba16be1fb6fd8b229738f63
7
+ data.tar.gz: a552eb1a824d92874b4841cc2d57ab5b978295ec61944e7389c0b6717fcbb3b77db882c2a061ce9812a58b9c1d01baafee96c6cbcce35db674884de76ba2d0aa
data/README.md CHANGED
@@ -36,14 +36,14 @@ __An open source jQuery component to easily build a top or left sliding panel.__
36
36
 
37
37
  Add this line at the end of your application.css
38
38
 
39
- *= require_tree ./jquery_mb_extruder
39
+ *= require jquery_mb_extruder.all
40
40
 
41
41
  #### Javascript
42
42
 
43
43
 
44
44
  You will need to add global jquery_mb_extruder object in your application.js:
45
45
 
46
- //= require_tree ./jquery_mb_extruder
46
+ //= require jquery_mb_extruder.all
47
47
 
48
48
  #### Thanks
49
49
 
@@ -1,3 +1,3 @@
1
1
  module JqueryMbExtruder
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -0,0 +1,5 @@
1
+ //= require jquery.hoverIntent.min
2
+ //= require jquery.mb.extruder.jquery
3
+ //= require jquery.mb.flipText
4
+ //= require jquery.mb.YTPlayer
5
+ //= require mbExtruder
@@ -0,0 +1,4 @@
1
+ /*
2
+ *= require mbExtruder
3
+ *= require YTPlayer
4
+ */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_mb_extruder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Mitchell
@@ -85,14 +85,15 @@ files:
85
85
  - vendor/assets/images/orange_op_75.png
86
86
  - vendor/assets/images/red_op_50.png
87
87
  - vendor/assets/images/settingsBtn.png
88
- - vendor/assets/javascripts/jquery_mb_extruder/jquery.hoverIntent.min.js
89
- - vendor/assets/javascripts/jquery_mb_extruder/jquery.mb.YTPlayer.js
90
- - vendor/assets/javascripts/jquery_mb_extruder/jquery.mb.extruder.jquery.json
91
- - vendor/assets/javascripts/jquery_mb_extruder/jquery.mb.flipText.js
92
- - vendor/assets/javascripts/jquery_mb_extruder/mbExtruder.js
93
- - vendor/assets/stylesheets/jquery_mb_extruder/YTPlayer.css
94
- - vendor/assets/stylesheets/jquery_mb_extruder/mbExtruder.css
95
- - vendor/assets/stylesheets/jquery_mb_extruder/mbExtruderLess.less
88
+ - vendor/assets/javascripts/jquery.hoverIntent.min.js
89
+ - vendor/assets/javascripts/jquery.mb.YTPlayer.js
90
+ - vendor/assets/javascripts/jquery.mb.extruder.jquery.json
91
+ - vendor/assets/javascripts/jquery.mb.flipText.js
92
+ - vendor/assets/javascripts/jquery_mb_extruder.all.js
93
+ - vendor/assets/javascripts/mbExtruder.js
94
+ - vendor/assets/stylesheets/YTPlayer.css
95
+ - vendor/assets/stylesheets/jquery_mb_extruder.all.css
96
+ - vendor/assets/stylesheets/mbExtruder.css
96
97
  homepage: https://github.com/scy0846/jquery_mb_extruder
97
98
  licenses:
98
99
  - MIT
@@ -1,311 +0,0 @@
1
- /*
2
- * ******************************************************************************
3
- * jquery.mb.components
4
- * file: mbExtruder.less
5
- *
6
- * Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);
7
- * Open lab srl, Firenze - Italy
8
- * email: matteo@open-lab.com
9
- * site: http://pupunzi.com
10
- * blog: http://pupunzi.open-lab.com
11
- * http://open-lab.com
12
- *
13
- * Licences: MIT, GPL
14
- * http://www.opensource.org/licenses/mit-license.php
15
- * http://www.gnu.org/licenses/gpl.html
16
- *
17
- * last modified: 07/01/14 22.50
18
- * *****************************************************************************
19
- */
20
-
21
- @mainColor:#000;
22
- @flapTextColor:#fff;
23
- @borderBottom:1px solid #333;
24
- @borderBottomPanels:1px solid #000;
25
-
26
- .roundedCorners (@tl:0, @tr: 0, @bl: 8px, @br: 8px) {
27
- -moz-border-radius: @tl @tr @bl @br;
28
- -webkit-border-top-left-radius: @tl;
29
- -webkit-border-top-right-radius: @tr;
30
- -webkit-border-bottom-left-radius: @bl;
31
- -webkit-border-bottom-right-radius: @br;
32
- border-top-left-radius: @tl;
33
- border-top-right-radius: @tr;
34
- border-bottom-left-radius: @bl;
35
- border-bottom-right-radius: @br;
36
- }
37
- .shadow (@hor: 2px, @vert: 0, @blur: 5px, @shadow: #999 ){
38
- -moz-box-shadow:@hor @vert @blur @shadow;
39
- -webkit-box-shadow:@hor @vert @blur @shadow;
40
- box-shadow:@hor @vert @blur @shadow;
41
- }
42
-
43
- .textShadow (@hor: 2px, @vert: 2px, @blur: 2px, @shadow: #333 ){
44
- text-shadow:@hor @vert @blur @shadow;
45
- }
46
-
47
- .extruder{
48
- position:fixed;
49
- cursor:default;
50
- background: url("../elements/extruder_blank.png");
51
- }
52
-
53
- .extruder .header{
54
- height:27px;
55
- }
56
-
57
- .extruder .extruder-content{
58
- display:none;
59
- background:@mainColor;
60
- }
61
-
62
- .extruder.open .extruder-content{
63
- .shadow();
64
- }
65
-
66
- .extruder .footer{
67
- display:none;
68
- height:10px;
69
- background:@mainColor;
70
- .roundedCorners(0, 0, 8px, 8px);
71
- .shadow();
72
-
73
- }
74
-
75
- /*extruder TOP*/
76
- .extruder.top .flap{
77
- color:@flapTextColor;
78
- font:18px/28px Arial, Helvetica, sans-serif;
79
- text-align:center;
80
- display:block;
81
- margin:auto;
82
- padding:0 5px 5px 5px;
83
- height:30px;
84
- width:180px;
85
- background:@mainColor;
86
- cursor:pointer;
87
- .roundedCorners(0, 0, 8px, 8px);
88
- .shadow();
89
- .textShadow();
90
- }
91
- .extruder.top .extruder-content{
92
- .roundedCorners(0, 0, 8px, 8px);
93
- }
94
-
95
- /*extruder BOTTOM*/
96
- .extruder.bottom .flap{
97
- position:relative;
98
- color:white;
99
- font:18px/28px Arial, Helvetica, sans-serif;
100
- text-align:center;
101
- display:block;
102
- margin:auto;
103
- margin-top:1px;
104
- padding:0 5px 5px 5px;
105
- height:30px;
106
- width:180px;
107
- background:@mainColor;
108
- cursor:pointer;
109
- .roundedCorners(8px, 8px, 0, 0);
110
- .textShadow();
111
- .shadow();
112
- }
113
-
114
- .extruder.bottom .footer{
115
- .roundedCorners(8px, 8px, 0, 0);
116
- position:relative;
117
- margin-top:-5px;
118
- }
119
-
120
- .extruder.bottom .extruder-content{
121
- .roundedCorners(8px, 8px, 0, 0);
122
- }
123
-
124
- .extruder.bottom .ext_wrapper{
125
- bottom:0;
126
- }
127
-
128
- /*extruder LEFT*/
129
-
130
- .extruder.left{
131
- height:100%;
132
- background:url("../elements/extruder_blank.png");
133
- }
134
-
135
- .extruder.left.open .extruder-content{
136
- .shadow();
137
- }
138
-
139
- .extruder.left .extruder-content{
140
- border-right:3px solid @mainColor;
141
- }
142
-
143
- .extruder.left .ext_wrapper{
144
- height:100%;
145
- }
146
-
147
- .extruder.left .footer{
148
- display:none;
149
- }
150
-
151
- .extruder.left .flap{
152
- font-size:18px;
153
- color:white;
154
- top:0;
155
- padding:10px 0 10px 10px;
156
- margin-right:-37px;
157
- background:@mainColor;
158
- width:30px;
159
- position:absolute;
160
- right:0;
161
- .roundedCorners(0, 8px, 0,8px);
162
- .shadow();
163
- }
164
-
165
- .extruder.left .flap .flapLabel{
166
- background:@mainColor;
167
- }
168
-
169
- /*extruder RIGHT*/
170
-
171
- .extruder.right{
172
- height:100%;
173
- background:url("../elements/extruder_blank.png");
174
- }
175
-
176
- .extruder.right .extruder-content{
177
- border-left:3px solid @mainColor;
178
- }
179
-
180
- .extruder.right.open .extruder-content{
181
- .shadow(-2px);
182
- }
183
-
184
- .extruder.right .ext_wrapper{
185
- height:100%;
186
- right:0;
187
- }
188
-
189
- .extruder.right .footer{
190
- display:none;
191
- }
192
-
193
- .extruder.right .flap{
194
- font-size:18px;
195
- color:white;
196
- top:0;
197
- padding:10px 0 10px 10px;
198
- background:@mainColor;
199
- width:30px;
200
- position:absolute;
201
- left:-37px;
202
- .roundedCorners(8px, 0, 8px, 0);
203
- .shadow(-2px);
204
- }
205
-
206
- .extruder.right .flap .flapLabel{
207
- background:@mainColor;
208
- }
209
-
210
- /*Extruder CONTENT*/
211
-
212
- .extruder .voice{
213
- font:18px/24px Arial, Helvetica, sans-serif;
214
- color:white;
215
- padding:5px;
216
- padding-left:10px;
217
- height:27px;
218
- border-bottom:@borderBottom;
219
- .textShadow();
220
- }
221
- .extruder .voice:last-child{
222
- border-bottom:none;
223
- }
224
-
225
- .extruder .voice .disabled{
226
- cursor:default;
227
- }
228
- .extruder .text{
229
- background:#222;
230
- font:14px/16px Arial, Helvetica, sans-serif;
231
- color:gray;
232
- padding:10px;
233
- border-bottom:@borderBottom;
234
- .textShadow();
235
- }
236
-
237
- .extruder .voice.hover{
238
- background:url("../elements/extruder_voiceHover.png") no-repeat top;
239
- }
240
-
241
- .extruder .voice.sel{
242
- background:url("../elements/extruder_voiceHover.png") no-repeat top;
243
- }
244
-
245
- .extruder .voice img{
246
- float:left;
247
- margin-right:15px;
248
- }
249
-
250
- .extruder .voice a.label{
251
- display:block;
252
- height:30px;
253
- color:white;
254
- padding-top:0;
255
- text-decoration:none;
256
- }
257
-
258
- .extruder .voice span.label{
259
- display:block;
260
- height:30px;
261
- color: #d0cfcf;
262
- padding-top:0;
263
- text-decoration:none;
264
- }
265
-
266
- .extruder .voice{
267
- position:relative;
268
- }
269
-
270
- .extruder .settingsBtn{
271
- display:block;
272
- position:absolute;
273
- width:36px;
274
- height:36px;
275
- background: url("../elements/settingsBtn.png") no-repeat bottom;
276
- cursor:pointer;
277
- right:-3px;
278
- top:-4px;
279
- }
280
-
281
- .extruder .optionsPanel{
282
- background: url("../elements/fuzz.gif");
283
- display:none;
284
- border-bottom:@borderBottom;
285
- }
286
-
287
- .extruder .voice.sel{
288
- background: url("../elements/extruder_voiceHover.png") no-repeat top;
289
- }
290
-
291
- /*Extruder Panel*/
292
-
293
- .optionsPanel .panelVoice a{
294
- text-decoration:none;
295
- display:block;
296
- color:#cccccc;
297
- padding:8px;
298
- padding-left:20px;
299
- font-size:16px;
300
- .textShadow();
301
- border-bottom:@borderBottomPanels;
302
- cursor:pointer;
303
- }
304
- .optionsPanel .panelVoice a:hover{
305
- color:#fff;
306
- background: url("../elements/red_op_50.png");
307
- }
308
-
309
- :focus {
310
- outline: 0;
311
- }