spree_core 3.3.0.rc2 → 3.3.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,375 +0,0 @@
1
- /*! normalize.css v2.0.1 | MIT License | git.io/normalize */
2
-
3
- /* ==========================================================================
4
- HTML5 display definitions
5
- ========================================================================== */
6
-
7
- /*
8
- * Corrects `block` display not defined in IE 8/9.
9
- */
10
-
11
- article,
12
- aside,
13
- details,
14
- figcaption,
15
- figure,
16
- footer,
17
- header,
18
- hgroup,
19
- nav,
20
- section,
21
- summary {
22
- display: block;
23
- }
24
-
25
- /*
26
- * Corrects `inline-block` display not defined in IE 8/9.
27
- */
28
-
29
- audio,
30
- canvas,
31
- video {
32
- display: inline-block;
33
- }
34
-
35
- /*
36
- * Prevents modern browsers from displaying `audio` without controls.
37
- * Remove excess height in iOS 5 devices.
38
- */
39
-
40
- audio:not([controls]) {
41
- display: none;
42
- height: 0;
43
- }
44
-
45
- /*
46
- * Addresses styling for `hidden` attribute not present in IE 8/9.
47
- */
48
-
49
- [hidden] {
50
- display: none;
51
- }
52
-
53
- /* ==========================================================================
54
- Base
55
- ========================================================================== */
56
-
57
- /*
58
- * 1. Sets default font family to sans-serif.
59
- * 2. Prevents iOS text size adjust after orientation change, without disabling
60
- * user zoom.
61
- */
62
-
63
- html {
64
- font-family: sans-serif; /* 1 */
65
- -webkit-text-size-adjust: 100%; /* 2 */
66
- -ms-text-size-adjust: 100%; /* 2 */
67
- }
68
-
69
- /*
70
- * Removes default margin.
71
- */
72
-
73
- body {
74
- margin: 0;
75
- }
76
-
77
- /* ==========================================================================
78
- Links
79
- ========================================================================== */
80
-
81
- /*
82
- * Addresses `outline` inconsistency between Chrome and other browsers.
83
- */
84
-
85
- a:focus {
86
- outline: thin dotted;
87
- }
88
-
89
- /*
90
- * Improves readability when focused and also mouse hovered in all browsers.
91
- */
92
-
93
- a:active,
94
- a:hover {
95
- outline: 0;
96
- }
97
-
98
- /* ==========================================================================
99
- Typography
100
- ========================================================================== */
101
-
102
- /*
103
- * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
104
- * Safari 5, and Chrome.
105
- */
106
-
107
- h1 {
108
- font-size: 2em;
109
- }
110
-
111
- /*
112
- * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
113
- */
114
-
115
- abbr[title] {
116
- border-bottom: 1px dotted;
117
- }
118
-
119
- /*
120
- * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
121
- */
122
-
123
- b,
124
- strong {
125
- font-weight: bold;
126
- }
127
-
128
- /*
129
- * Addresses styling not present in Safari 5 and Chrome.
130
- */
131
-
132
- dfn {
133
- font-style: italic;
134
- }
135
-
136
- /*
137
- * Addresses styling not present in IE 8/9.
138
- */
139
-
140
- mark {
141
- background: #ff0;
142
- color: #000;
143
- }
144
-
145
-
146
- /*
147
- * Corrects font family set oddly in Safari 5 and Chrome.
148
- */
149
-
150
- code,
151
- kbd,
152
- pre,
153
- samp {
154
- font-family: monospace, serif;
155
- font-size: 1em;
156
- }
157
-
158
- /*
159
- * Improves readability of pre-formatted text in all browsers.
160
- */
161
-
162
- pre {
163
- white-space: pre;
164
- white-space: pre-wrap;
165
- word-wrap: break-word;
166
- }
167
-
168
- /*
169
- * Sets consistent quote types.
170
- */
171
-
172
- q {
173
- quotes: "\201C" "\201D" "\2018" "\2019";
174
- }
175
-
176
- /*
177
- * Addresses inconsistent and variable font size in all browsers.
178
- */
179
-
180
- small {
181
- font-size: 80%;
182
- }
183
-
184
- /*
185
- * Prevents `sub` and `sup` affecting `line-height` in all browsers.
186
- */
187
-
188
- sub,
189
- sup {
190
- font-size: 75%;
191
- line-height: 0;
192
- position: relative;
193
- vertical-align: baseline;
194
- }
195
-
196
- sup {
197
- top: -0.5em;
198
- }
199
-
200
- sub {
201
- bottom: -0.25em;
202
- }
203
-
204
- /* ==========================================================================
205
- Embedded content
206
- ========================================================================== */
207
-
208
- /*
209
- * Removes border when inside `a` element in IE 8/9.
210
- */
211
-
212
- img {
213
- border: 0;
214
- }
215
-
216
- /*
217
- * Corrects overflow displayed oddly in IE 9.
218
- */
219
-
220
- svg:not(:root) {
221
- overflow: hidden;
222
- }
223
-
224
- /* ==========================================================================
225
- Figures
226
- ========================================================================== */
227
-
228
- /*
229
- * Addresses margin not present in IE 8/9 and Safari 5.
230
- */
231
-
232
- figure {
233
- margin: 0;
234
- }
235
-
236
- /* ==========================================================================
237
- Forms
238
- ========================================================================== */
239
-
240
- /*
241
- * Define consistent border, margin, and padding.
242
- */
243
-
244
- fieldset {
245
- border: 1px solid #c0c0c0;
246
- margin: 0 2px;
247
- padding: 0.35em 0.625em 0.75em;
248
- }
249
-
250
- /*
251
- * 1. Corrects color not being inherited in IE 8/9.
252
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
253
- */
254
-
255
- legend {
256
- border: 0; /* 1 */
257
- padding: 0; /* 2 */
258
- }
259
-
260
- /*
261
- * 1. Corrects font family not being inherited in all browsers.
262
- * 2. Corrects font size not being inherited in all browsers.
263
- * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
264
- */
265
-
266
- button,
267
- input,
268
- select,
269
- textarea {
270
- font-family: inherit; /* 1 */
271
- font-size: 100%; /* 2 */
272
- margin: 0; /* 3 */
273
- }
274
-
275
- /*
276
- * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
277
- * the UA stylesheet.
278
- */
279
-
280
- button,
281
- input {
282
- line-height: normal;
283
- }
284
-
285
- /*
286
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
287
- * and `video` controls.
288
- * 2. Corrects inability to style clickable `input` types in iOS.
289
- * 3. Improves usability and consistency of cursor style between image-type
290
- * `input` and others.
291
- */
292
-
293
- button,
294
- html input[type="button"], /* 1 */
295
- input[type="reset"],
296
- input[type="submit"] {
297
- -webkit-appearance: button; /* 2 */
298
- cursor: pointer; /* 3 */
299
- }
300
-
301
- /*
302
- * Re-set default cursor for disabled elements.
303
- */
304
-
305
- button[disabled],
306
- input[disabled] {
307
- cursor: default;
308
- }
309
-
310
- /*
311
- * 1. Addresses box sizing set to `content-box` in IE 8/9.
312
- * 2. Removes excess padding in IE 8/9.
313
- */
314
-
315
- input[type="checkbox"],
316
- input[type="radio"] {
317
- box-sizing: border-box; /* 1 */
318
- padding: 0; /* 2 */
319
- }
320
-
321
- /*
322
- * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
323
- * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
324
- * (include `-moz` to future-proof).
325
- */
326
-
327
- input[type="search"] {
328
- -webkit-appearance: textfield; /* 1 */
329
- -moz-box-sizing: content-box;
330
- -webkit-box-sizing: content-box; /* 2 */
331
- box-sizing: content-box;
332
- }
333
-
334
- /*
335
- * Removes inner padding and search cancel button in Safari 5 and Chrome
336
- * on OS X.
337
- */
338
-
339
- input[type="search"]::-webkit-search-cancel-button,
340
- input[type="search"]::-webkit-search-decoration {
341
- -webkit-appearance: none;
342
- }
343
-
344
- /*
345
- * Removes inner padding and border in Firefox 4+.
346
- */
347
-
348
- button::-moz-focus-inner,
349
- input::-moz-focus-inner {
350
- border: 0;
351
- padding: 0;
352
- }
353
-
354
- /*
355
- * 1. Removes default vertical scrollbar in IE 8/9.
356
- * 2. Improves readability and alignment in all browsers.
357
- */
358
-
359
- textarea {
360
- overflow: auto; /* 1 */
361
- vertical-align: top; /* 2 */
362
- }
363
-
364
- /* ==========================================================================
365
- Tables
366
- ========================================================================== */
367
-
368
- /*
369
- * Remove most spacing between table cells.
370
- */
371
-
372
- table {
373
- border-collapse: collapse;
374
- border-spacing: 0;
375
- }
@@ -1,242 +0,0 @@
1
- /*
2
- * Skeleton V1.2
3
- * Copyright 2011, Dave Gamache
4
- * www.getskeleton.com
5
- * Free to use under the MIT license.
6
- * http://www.opensource.org/licenses/mit-license.php
7
- * 6/20/2012
8
- */
9
-
10
-
11
- /* Table of Contents
12
- ==================================================
13
- #Base 960 Grid
14
- #Tablet (Portrait)
15
- #Mobile (Portrait)
16
- #Mobile (Landscape)
17
- #Clearing */
18
-
19
-
20
-
21
- /* #Base 960 Grid
22
- ================================================== */
23
-
24
- .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
25
- .container .column,
26
- .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
27
- .row { margin-bottom: 20px; }
28
-
29
- /* Nested Column Classes */
30
- .column.alpha, .columns.alpha { margin-left: 0; }
31
- .column.omega, .columns.omega { margin-right: 0; }
32
-
33
- /* Base Grid */
34
- .container .one.column,
35
- .container .one.columns { width: 40px; }
36
- .container .two.columns { width: 100px; }
37
- .container .three.columns { width: 160px; }
38
- .container .four.columns { width: 220px; }
39
- .container .five.columns { width: 280px; }
40
- .container .six.columns { width: 340px; }
41
- .container .seven.columns { width: 400px; }
42
- .container .eight.columns { width: 460px; }
43
- .container .nine.columns { width: 520px; }
44
- .container .ten.columns { width: 580px; }
45
- .container .eleven.columns { width: 640px; }
46
- .container .twelve.columns { width: 700px; }
47
- .container .thirteen.columns { width: 760px; }
48
- .container .fourteen.columns { width: 820px; }
49
- .container .fifteen.columns { width: 880px; }
50
- .container .sixteen.columns { width: 940px; }
51
-
52
- .container .one-third.column { width: 300px; }
53
- .container .two-thirds.column { width: 620px; }
54
-
55
- /* Offsets */
56
- .container .offset-by-one { padding-left: 60px; }
57
- .container .offset-by-two { padding-left: 120px; }
58
- .container .offset-by-three { padding-left: 180px; }
59
- .container .offset-by-four { padding-left: 240px; }
60
- .container .offset-by-five { padding-left: 300px; }
61
- .container .offset-by-six { padding-left: 360px; }
62
- .container .offset-by-seven { padding-left: 420px; }
63
- .container .offset-by-eight { padding-left: 480px; }
64
- .container .offset-by-nine { padding-left: 540px; }
65
- .container .offset-by-ten { padding-left: 600px; }
66
- .container .offset-by-eleven { padding-left: 660px; }
67
- .container .offset-by-twelve { padding-left: 720px; }
68
- .container .offset-by-thirteen { padding-left: 780px; }
69
- .container .offset-by-fourteen { padding-left: 840px; }
70
- .container .offset-by-fifteen { padding-left: 900px; }
71
-
72
-
73
-
74
- /* #Tablet (Portrait)
75
- ================================================== */
76
-
77
- /* Note: Design for a width of 768px */
78
-
79
- @media only screen and (min-width: 768px) and (max-width: 959px) {
80
- .container { width: 768px; }
81
- .container .column,
82
- .container .columns { margin-left: 10px; margin-right: 10px; }
83
- .column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; }
84
- .column.omega, .columns.omega { margin-right: 0; margin-left: 10px; }
85
- .alpha.omega { margin-left: 0; margin-right: 0; }
86
-
87
- .container .one.column,
88
- .container .one.columns { width: 28px; }
89
- .container .two.columns { width: 76px; }
90
- .container .three.columns { width: 124px; }
91
- .container .four.columns { width: 172px; }
92
- .container .five.columns { width: 220px; }
93
- .container .six.columns { width: 268px; }
94
- .container .seven.columns { width: 316px; }
95
- .container .eight.columns { width: 364px; }
96
- .container .nine.columns { width: 412px; }
97
- .container .ten.columns { width: 460px; }
98
- .container .eleven.columns { width: 508px; }
99
- .container .twelve.columns { width: 556px; }
100
- .container .thirteen.columns { width: 604px; }
101
- .container .fourteen.columns { width: 652px; }
102
- .container .fifteen.columns { width: 700px; }
103
- .container .sixteen.columns { width: 748px; }
104
-
105
- .container .one-third.column { width: 236px; }
106
- .container .two-thirds.column { width: 492px; }
107
-
108
- /* Offsets */
109
- .container .offset-by-one { padding-left: 48px; }
110
- .container .offset-by-two { padding-left: 96px; }
111
- .container .offset-by-three { padding-left: 144px; }
112
- .container .offset-by-four { padding-left: 192px; }
113
- .container .offset-by-five { padding-left: 240px; }
114
- .container .offset-by-six { padding-left: 288px; }
115
- .container .offset-by-seven { padding-left: 336px; }
116
- .container .offset-by-eight { padding-left: 384px; }
117
- .container .offset-by-nine { padding-left: 432px; }
118
- .container .offset-by-ten { padding-left: 480px; }
119
- .container .offset-by-eleven { padding-left: 528px; }
120
- .container .offset-by-twelve { padding-left: 576px; }
121
- .container .offset-by-thirteen { padding-left: 624px; }
122
- .container .offset-by-fourteen { padding-left: 672px; }
123
- .container .offset-by-fifteen { padding-left: 720px; }
124
- }
125
-
126
-
127
- /* #Mobile (Portrait)
128
- ================================================== */
129
-
130
- /* Note: Design for a width of 320px */
131
-
132
- @media only screen and (max-width: 767px) {
133
- .container { width: 300px; }
134
- .container .columns,
135
- .container .column { margin: 0; }
136
-
137
- .container .one.column,
138
- .container .one.columns,
139
- .container .two.columns,
140
- .container .three.columns,
141
- .container .four.columns,
142
- .container .five.columns,
143
- .container .six.columns,
144
- .container .seven.columns,
145
- .container .eight.columns,
146
- .container .nine.columns,
147
- .container .ten.columns,
148
- .container .eleven.columns,
149
- .container .twelve.columns,
150
- .container .thirteen.columns,
151
- .container .fourteen.columns,
152
- .container .fifteen.columns,
153
- .container .sixteen.columns,
154
- .container .one-third.column,
155
- .container .two-thirds.column { width: 300px; }
156
-
157
- /* Offsets */
158
- .container .offset-by-one,
159
- .container .offset-by-two,
160
- .container .offset-by-three,
161
- .container .offset-by-four,
162
- .container .offset-by-five,
163
- .container .offset-by-six,
164
- .container .offset-by-seven,
165
- .container .offset-by-eight,
166
- .container .offset-by-nine,
167
- .container .offset-by-ten,
168
- .container .offset-by-eleven,
169
- .container .offset-by-twelve,
170
- .container .offset-by-thirteen,
171
- .container .offset-by-fourteen,
172
- .container .offset-by-fifteen { padding-left: 0; }
173
-
174
- }
175
-
176
-
177
- /* #Mobile (Landscape)
178
- ================================================== */
179
-
180
- /* Note: Design for a width of 480px */
181
-
182
- @media only screen and (min-width: 480px) and (max-width: 767px) {
183
- .container { width: 420px; }
184
- .container .columns,
185
- .container .column { margin: 0; }
186
-
187
- .container .one.column,
188
- .container .one.columns,
189
- .container .two.columns,
190
- .container .three.columns,
191
- .container .four.columns,
192
- .container .five.columns,
193
- .container .six.columns,
194
- .container .seven.columns,
195
- .container .eight.columns,
196
- .container .nine.columns,
197
- .container .ten.columns,
198
- .container .eleven.columns,
199
- .container .twelve.columns,
200
- .container .thirteen.columns,
201
- .container .fourteen.columns,
202
- .container .fifteen.columns,
203
- .container .sixteen.columns,
204
- .container .one-third.column,
205
- .container .two-thirds.column { width: 420px; }
206
- }
207
-
208
-
209
- /* #Clearing
210
- ================================================== */
211
-
212
- /* Self Clearing Goodness */
213
- .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
214
-
215
- /* Use clearfix class on parent to clear nested columns,
216
- or wrap each row of columns in a <div class="row"> */
217
- .clearfix:before,
218
- .clearfix:after,
219
- .row:before,
220
- .row:after {
221
- content: '\0020';
222
- display: block;
223
- overflow: hidden;
224
- visibility: hidden;
225
- width: 0;
226
- height: 0; }
227
- .row:after,
228
- .clearfix:after {
229
- clear: both; }
230
- .row,
231
- .clearfix {
232
- zoom: 1; }
233
-
234
- /* You can also use a <br class="clear" /> to clear columns */
235
- .clear {
236
- clear: both;
237
- display: block;
238
- overflow: hidden;
239
- visibility: hidden;
240
- width: 0;
241
- height: 0;
242
- }