compass_twitter_bootstrap 2.0.1.2 → 2.0.3

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.
Files changed (108) hide show
  1. data/README.md +17 -0
  2. data/build/convert.rb +2 -12
  3. data/lib/compass_twitter_bootstrap/version.rb +1 -1
  4. data/stylesheets/_compass_twitter_bootstrap.scss +2 -2
  5. data/stylesheets/_compass_twitter_bootstrap_awesome.scss +66 -0
  6. data/stylesheets/_compass_twitter_bootstrap_responsive.scss +14 -293
  7. data/stylesheets/compass_twitter_bootstrap/_accordion.scss +6 -1
  8. data/stylesheets/compass_twitter_bootstrap/_alerts.scss +3 -15
  9. data/stylesheets/compass_twitter_bootstrap/_breadcrumbs.scss +5 -3
  10. data/stylesheets/compass_twitter_bootstrap/_button-groups.scss +82 -39
  11. data/stylesheets/compass_twitter_bootstrap/_buttons.scss +38 -30
  12. data/stylesheets/compass_twitter_bootstrap/_carousel.scss +5 -5
  13. data/stylesheets/compass_twitter_bootstrap/_close.scss +13 -2
  14. data/stylesheets/compass_twitter_bootstrap/_code.scss +9 -9
  15. data/stylesheets/compass_twitter_bootstrap/_component-animations.scss +10 -8
  16. data/stylesheets/compass_twitter_bootstrap/_dropdowns.scss +62 -49
  17. data/stylesheets/compass_twitter_bootstrap/_font-awesome.scss +267 -0
  18. data/stylesheets/compass_twitter_bootstrap/_forms.scss +141 -77
  19. data/stylesheets/compass_twitter_bootstrap/_grid.scss +2 -5
  20. data/stylesheets/compass_twitter_bootstrap/_hero-unit.scss +4 -2
  21. data/stylesheets/compass_twitter_bootstrap/_labels-badges.scss +63 -0
  22. data/stylesheets/compass_twitter_bootstrap/_layouts.scss +3 -3
  23. data/stylesheets/compass_twitter_bootstrap/_mixins.scss +275 -255
  24. data/stylesheets/compass_twitter_bootstrap/_modals.scss +19 -12
  25. data/stylesheets/compass_twitter_bootstrap/_navbar.scss +146 -81
  26. data/stylesheets/compass_twitter_bootstrap/_navs.scss +77 -52
  27. data/stylesheets/compass_twitter_bootstrap/_pager.scss +8 -2
  28. data/stylesheets/compass_twitter_bootstrap/_pagination.scss +6 -5
  29. data/stylesheets/compass_twitter_bootstrap/_popovers.scss +9 -9
  30. data/stylesheets/compass_twitter_bootstrap/_progress-bars.scss +41 -19
  31. data/stylesheets/compass_twitter_bootstrap/_reset.scss +4 -4
  32. data/stylesheets/compass_twitter_bootstrap/_responsive-1200px-min.scss +26 -0
  33. data/stylesheets/compass_twitter_bootstrap/_responsive-767px-max.scss +149 -0
  34. data/stylesheets/compass_twitter_bootstrap/_responsive-768px-979px.scss +17 -0
  35. data/stylesheets/compass_twitter_bootstrap/_responsive-navbar.scss +146 -0
  36. data/stylesheets/compass_twitter_bootstrap/_responsive-utilities.scss +41 -0
  37. data/stylesheets/compass_twitter_bootstrap/_scaffolding.scss +4 -4
  38. data/stylesheets/compass_twitter_bootstrap/_sprites.scss +42 -9
  39. data/stylesheets/compass_twitter_bootstrap/_tables.scss +60 -34
  40. data/stylesheets/compass_twitter_bootstrap/_thumbnails.scss +18 -6
  41. data/stylesheets/compass_twitter_bootstrap/_tooltip.scss +7 -7
  42. data/stylesheets/compass_twitter_bootstrap/_type.scss +28 -11
  43. data/stylesheets/compass_twitter_bootstrap/_variables.scss +107 -9
  44. data/stylesheets/compass_twitter_bootstrap/_wells.scss +13 -2
  45. data/stylesheets_sass/_compass_twitter_bootstrap.sass +2 -2
  46. data/stylesheets_sass/_compass_twitter_bootstrap_awesome.sass +70 -0
  47. data/stylesheets_sass/_compass_twitter_bootstrap_responsive.sass +13 -224
  48. data/stylesheets_sass/compass_twitter_bootstrap/_accordion.sass +5 -1
  49. data/stylesheets_sass/compass_twitter_bootstrap/_alerts.sass +3 -14
  50. data/stylesheets_sass/compass_twitter_bootstrap/_breadcrumbs.sass +5 -3
  51. data/stylesheets_sass/compass_twitter_bootstrap/_button-groups.sass +73 -36
  52. data/stylesheets_sass/compass_twitter_bootstrap/_buttons.sass +39 -28
  53. data/stylesheets_sass/compass_twitter_bootstrap/_carousel.sass +5 -5
  54. data/stylesheets_sass/compass_twitter_bootstrap/_close.sass +12 -2
  55. data/stylesheets_sass/compass_twitter_bootstrap/_code.sass +10 -9
  56. data/stylesheets_sass/compass_twitter_bootstrap/_component-animations.sass +5 -5
  57. data/stylesheets_sass/compass_twitter_bootstrap/_dropdowns.sass +57 -47
  58. data/stylesheets_sass/compass_twitter_bootstrap/_font-awesome.sass +515 -0
  59. data/stylesheets_sass/compass_twitter_bootstrap/_forms.sass +140 -76
  60. data/stylesheets_sass/compass_twitter_bootstrap/_grid.sass +2 -5
  61. data/stylesheets_sass/compass_twitter_bootstrap/_hero-unit.sass +4 -2
  62. data/stylesheets_sass/compass_twitter_bootstrap/_labels-badges.sass +85 -0
  63. data/stylesheets_sass/compass_twitter_bootstrap/_layouts.sass +3 -3
  64. data/stylesheets_sass/compass_twitter_bootstrap/_mixins.sass +277 -260
  65. data/stylesheets_sass/compass_twitter_bootstrap/_modals.sass +19 -12
  66. data/stylesheets_sass/compass_twitter_bootstrap/_navbar.sass +138 -78
  67. data/stylesheets_sass/compass_twitter_bootstrap/_navs.sass +77 -51
  68. data/stylesheets_sass/compass_twitter_bootstrap/_pager.sass +8 -2
  69. data/stylesheets_sass/compass_twitter_bootstrap/_pagination.sass +6 -5
  70. data/stylesheets_sass/compass_twitter_bootstrap/_popovers.sass +9 -9
  71. data/stylesheets_sass/compass_twitter_bootstrap/_progress-bars.sass +44 -19
  72. data/stylesheets_sass/compass_twitter_bootstrap/_reset.sass +4 -3
  73. data/stylesheets_sass/compass_twitter_bootstrap/_responsive-1200px-min.sass +17 -0
  74. data/stylesheets_sass/compass_twitter_bootstrap/_responsive-767px-max.sass +115 -0
  75. data/stylesheets_sass/compass_twitter_bootstrap/_responsive-768px-979px.sass +11 -0
  76. data/stylesheets_sass/compass_twitter_bootstrap/_responsive-navbar.sass +115 -0
  77. data/stylesheets_sass/compass_twitter_bootstrap/_responsive-utilities.sass +56 -0
  78. data/stylesheets_sass/compass_twitter_bootstrap/_scaffolding.sass +4 -4
  79. data/stylesheets_sass/compass_twitter_bootstrap/_sprites.sass +70 -7
  80. data/stylesheets_sass/compass_twitter_bootstrap/_tables.sass +72 -34
  81. data/stylesheets_sass/compass_twitter_bootstrap/_thumbnails.sass +15 -5
  82. data/stylesheets_sass/compass_twitter_bootstrap/_tooltip.sass +7 -7
  83. data/stylesheets_sass/compass_twitter_bootstrap/_type.sass +27 -11
  84. data/stylesheets_sass/compass_twitter_bootstrap/_variables.sass +105 -8
  85. data/stylesheets_sass/compass_twitter_bootstrap/_wells.sass +11 -2
  86. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  87. data/vendor/assets/fonts/fontawesome-webfont.svg +175 -0
  88. data/vendor/assets/fonts/fontawesome-webfont.svgz +0 -0
  89. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  90. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  91. data/vendor/assets/images/glyphicons-halflings-white.png +0 -0
  92. data/vendor/assets/images/glyphicons-halflings.png +0 -0
  93. data/vendor/assets/javascripts/bootstrap-alert.js +28 -32
  94. data/vendor/assets/javascripts/bootstrap-all.js +12 -0
  95. data/vendor/assets/javascripts/bootstrap-button.js +32 -34
  96. data/vendor/assets/javascripts/bootstrap-carousel.js +33 -21
  97. data/vendor/assets/javascripts/bootstrap-collapse.js +47 -26
  98. data/vendor/assets/javascripts/bootstrap-dropdown.js +18 -10
  99. data/vendor/assets/javascripts/bootstrap-modal.js +25 -17
  100. data/vendor/assets/javascripts/bootstrap-popover.js +13 -10
  101. data/vendor/assets/javascripts/bootstrap-scrollspy.js +44 -18
  102. data/vendor/assets/javascripts/bootstrap-tab.js +12 -7
  103. data/vendor/assets/javascripts/bootstrap-tooltip.js +40 -35
  104. data/vendor/assets/javascripts/bootstrap-transition.js +30 -20
  105. data/vendor/assets/javascripts/bootstrap-typeahead.js +29 -15
  106. metadata +29 -9
  107. data/stylesheets/compass_twitter_bootstrap/_labels.scss +0 -32
  108. data/stylesheets_sass/compass_twitter_bootstrap/_labels.sass +0 -42
@@ -0,0 +1,515 @@
1
+ /* Font Awesome
2
+ * the iconic font designed for use with Twitter Bootstrap
3
+ * -------------------------------------------------------
4
+ * The full suite of pictographic icons, examples, and documentation
5
+ * can be found at: http://fortawesome.github.com/Font-Awesome/
6
+ *
7
+ * License
8
+ * -------------------------------------------------------
9
+ * The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
10
+ * http://creativecommons.org/licenses/by/3.0/ A mention of
11
+ * 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
12
+ * source code is considered acceptable attribution (most common on the web).
13
+ * If human readable source code is not available to the end user, a mention in
14
+ * an 'About' or 'Credits' screen is considered acceptable (most common in desktop
15
+ * or mobile software).
16
+ *
17
+ * Contact
18
+ * -------------------------------------------------------
19
+ * Email: dave@davegandy.com
20
+ * Twitter: http://twitter.com/fortaweso_me
21
+ * Work: http://lemonwi.se co-founder
22
+
23
+ @import compass/css3/font-face
24
+
25
+ $font_path: "fontawesome-webfont" !default
26
+
27
+ +font-face("FontAwesome", font-files("#{$font_path}.woff", woff, "#{$font_path}.ttf", truetype, "#{$font_path}.otf", opentype, "#{$font_path}.svgz#FontAwesomeRegular", svg, "#{$font_path}.svg#FontAwesomeRegular", svg), "#{$font_path}.eot", normal, normal)
28
+
29
+ /* sprites.less reset
30
+
31
+ [class^="icon-"],
32
+ [class*=" icon-"]
33
+ display: inline
34
+ width: auto
35
+ height: auto
36
+ line-height: inherit
37
+ vertical-align: baseline
38
+ background-image: none
39
+ background-position: 0% 0%
40
+ background-repeat: repeat
41
+
42
+ li[class^="icon-"],
43
+ li[class*=" icon-"]
44
+ display: block
45
+
46
+ /* Font Awesome styles
47
+ * -------------------------------------------------------
48
+
49
+ [class^="icon-"]:before,
50
+ [class*=" icon-"]:before
51
+ font-family: FontAwesome
52
+ font-weight: normal
53
+ font-style: normal
54
+ display: inline-block
55
+ text-decoration: inherit
56
+
57
+ a [class^="icon-"],
58
+ a [class*=" icon-"]
59
+ display: inline-block
60
+ text-decoration: inherit
61
+
62
+ /* makes the font 33% larger relative to the icon container
63
+ .icon-large:before
64
+ vertical-align: top
65
+ font-size: 4 / 3em
66
+
67
+ .btn
68
+ [class^="icon-"],
69
+ [class*=" icon-"]
70
+ /* keeps button heights with and without icons the same
71
+ line-height: .9em
72
+
73
+ li
74
+ [class^="icon-"],
75
+ [class*=" icon-"]
76
+ display: inline-block
77
+ width: 1.25em
78
+ text-align: center
79
+ .icon-large[class^="icon-"],
80
+ .icon-large[class*=" icon-"]
81
+ /* 1.5 increased font size for icon-large * 1.25 width
82
+ width: 1.5 * 1.25em
83
+
84
+ li[class^="icon-"],
85
+ li[class*=" icon-"]
86
+ margin-left: 0
87
+ list-style-type: none
88
+ &:before
89
+ text-indent: -2em
90
+ text-align: center
91
+ &.icon-large:before
92
+ text-indent: -4 / 3em
93
+
94
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
95
+ * readers do not read off random characters that represent icons
96
+ .icon-glass:before
97
+ content: "\f000"
98
+
99
+ .icon-music:before
100
+ content: "\f001"
101
+
102
+ .icon-search:before
103
+ content: "\f002"
104
+
105
+ .icon-envelope:before
106
+ content: "\f003"
107
+
108
+ .icon-heart:before
109
+ content: "\f004"
110
+
111
+ .icon-star:before
112
+ content: "\f005"
113
+
114
+ .icon-star-empty:before
115
+ content: "\f006"
116
+
117
+ .icon-user:before
118
+ content: "\f007"
119
+
120
+ .icon-film:before
121
+ content: "\f008"
122
+
123
+ .icon-th-large:before
124
+ content: "\f009"
125
+
126
+ .icon-th:before
127
+ content: "\f00a"
128
+
129
+ .icon-th-list:before
130
+ content: "\f00b"
131
+
132
+ .icon-ok:before
133
+ content: "\f00c"
134
+
135
+ .icon-remove:before
136
+ content: "\f00d"
137
+
138
+ .icon-zoom-in:before
139
+ content: "\f00e"
140
+
141
+ .icon-zoom-out:before
142
+ content: "\f010"
143
+
144
+ .icon-off:before
145
+ content: "\f011"
146
+
147
+ .icon-signal:before
148
+ content: "\f012"
149
+
150
+ .icon-cog:before
151
+ content: "\f013"
152
+
153
+ .icon-trash:before
154
+ content: "\f014"
155
+
156
+ .icon-home:before
157
+ content: "\f015"
158
+
159
+ .icon-file:before
160
+ content: "\f016"
161
+
162
+ .icon-time:before
163
+ content: "\f017"
164
+
165
+ .icon-road:before
166
+ content: "\f018"
167
+
168
+ .icon-download-alt:before
169
+ content: "\f019"
170
+
171
+ .icon-download:before
172
+ content: "\f01a"
173
+
174
+ .icon-upload:before
175
+ content: "\f01b"
176
+
177
+ .icon-inbox:before
178
+ content: "\f01c"
179
+
180
+ .icon-play-circle:before
181
+ content: "\f01d"
182
+
183
+ .icon-repeat:before
184
+ content: "\f01e"
185
+
186
+ /* \f020 is not a valid unicode character. all shifted one down
187
+ .icon-refresh:before
188
+ content: "\f021"
189
+
190
+ .icon-list-alt:before
191
+ content: "\f022"
192
+
193
+ .icon-lock:before
194
+ content: "\f023"
195
+
196
+ .icon-flag:before
197
+ content: "\f024"
198
+
199
+ .icon-headphones:before
200
+ content: "\f025"
201
+
202
+ .icon-volume-off:before
203
+ content: "\f026"
204
+
205
+ .icon-volume-down:before
206
+ content: "\f027"
207
+
208
+ .icon-volume-up:before
209
+ content: "\f028"
210
+
211
+ .icon-qrcode:before
212
+ content: "\f029"
213
+
214
+ .icon-barcode:before
215
+ content: "\f02a"
216
+
217
+ .icon-tag:before
218
+ content: "\f02b"
219
+
220
+ .icon-tags:before
221
+ content: "\f02c"
222
+
223
+ .icon-book:before
224
+ content: "\f02d"
225
+
226
+ .icon-bookmark:before
227
+ content: "\f02e"
228
+
229
+ .icon-print:before
230
+ content: "\f02f"
231
+
232
+ .icon-camera:before
233
+ content: "\f030"
234
+
235
+ .icon-font:before
236
+ content: "\f031"
237
+
238
+ .icon-bold:before
239
+ content: "\f032"
240
+
241
+ .icon-italic:before
242
+ content: "\f033"
243
+
244
+ .icon-text-height:before
245
+ content: "\f034"
246
+
247
+ .icon-text-width:before
248
+ content: "\f035"
249
+
250
+ .icon-align-left:before
251
+ content: "\f036"
252
+
253
+ .icon-align-center:before
254
+ content: "\f037"
255
+
256
+ .icon-align-right:before
257
+ content: "\f038"
258
+
259
+ .icon-align-justify:before
260
+ content: "\f039"
261
+
262
+ .icon-list:before
263
+ content: "\f03a"
264
+
265
+ .icon-indent-left:before
266
+ content: "\f03b"
267
+
268
+ .icon-indent-right:before
269
+ content: "\f03c"
270
+
271
+ .icon-facetime-video:before
272
+ content: "\f03d"
273
+
274
+ .icon-picture:before
275
+ content: "\f03e"
276
+
277
+ .icon-pencil:before
278
+ content: "\f040"
279
+
280
+ .icon-map-marker:before
281
+ content: "\f041"
282
+
283
+ .icon-adjust:before
284
+ content: "\f042"
285
+
286
+ .icon-tint:before
287
+ content: "\f043"
288
+
289
+ .icon-edit:before
290
+ content: "\f044"
291
+
292
+ .icon-share:before
293
+ content: "\f045"
294
+
295
+ .icon-check:before
296
+ content: "\f046"
297
+
298
+ .icon-move:before
299
+ content: "\f047"
300
+
301
+ .icon-step-backward:before
302
+ content: "\f048"
303
+
304
+ .icon-fast-backward:before
305
+ content: "\f049"
306
+
307
+ .icon-backward:before
308
+ content: "\f04a"
309
+
310
+ .icon-play:before
311
+ content: "\f04b"
312
+
313
+ .icon-pause:before
314
+ content: "\f04c"
315
+
316
+ .icon-stop:before
317
+ content: "\f04d"
318
+
319
+ .icon-forward:before
320
+ content: "\f04e"
321
+
322
+ .icon-fast-forward:before
323
+ content: "\f050"
324
+
325
+ .icon-step-forward:before
326
+ content: "\f051"
327
+
328
+ .icon-eject:before
329
+ content: "\f052"
330
+
331
+ .icon-chevron-left:before
332
+ content: "\f053"
333
+
334
+ .icon-chevron-right:before
335
+ content: "\f054"
336
+
337
+ .icon-plus-sign:before
338
+ content: "\f055"
339
+
340
+ .icon-minus-sign:before
341
+ content: "\f056"
342
+
343
+ .icon-remove-sign:before
344
+ content: "\f057"
345
+
346
+ .icon-ok-sign:before
347
+ content: "\f058"
348
+
349
+ .icon-question-sign:before
350
+ content: "\f059"
351
+
352
+ .icon-info-sign:before
353
+ content: "\f05a"
354
+
355
+ .icon-screenshot:before
356
+ content: "\f05b"
357
+
358
+ .icon-remove-circle:before
359
+ content: "\f05c"
360
+
361
+ .icon-ok-circle:before
362
+ content: "\f05d"
363
+
364
+ .icon-ban-circle:before
365
+ content: "\f05e"
366
+
367
+ .icon-arrow-left:before
368
+ content: "\f060"
369
+
370
+ .icon-arrow-right:before
371
+ content: "\f061"
372
+
373
+ .icon-arrow-up:before
374
+ content: "\f062"
375
+
376
+ .icon-arrow-down:before
377
+ content: "\f063"
378
+
379
+ .icon-share-alt:before
380
+ content: "\f064"
381
+
382
+ .icon-resize-full:before
383
+ content: "\f065"
384
+
385
+ .icon-resize-small:before
386
+ content: "\f066"
387
+
388
+ .icon-plus:before
389
+ content: "\f067"
390
+
391
+ .icon-minus:before
392
+ content: "\f068"
393
+
394
+ .icon-asterisk:before
395
+ content: "\f069"
396
+
397
+ .icon-exclamation-sign:before
398
+ content: "\f06a"
399
+
400
+ .icon-gift:before
401
+ content: "\f06b"
402
+
403
+ .icon-leaf:before
404
+ content: "\f06c"
405
+
406
+ .icon-fire:before
407
+ content: "\f06d"
408
+
409
+ .icon-eye-open:before
410
+ content: "\f06e"
411
+
412
+ .icon-eye-close:before
413
+ content: "\f070"
414
+
415
+ .icon-warning-sign:before
416
+ content: "\f071"
417
+
418
+ .icon-plane:before
419
+ content: "\f072"
420
+
421
+ .icon-calendar:before
422
+ content: "\f073"
423
+
424
+ .icon-random:before
425
+ content: "\f074"
426
+
427
+ .icon-comment:before
428
+ content: "\f075"
429
+
430
+ .icon-magnet:before
431
+ content: "\f076"
432
+
433
+ .icon-chevron-up:before
434
+ content: "\f077"
435
+
436
+ .icon-chevron-down:before
437
+ content: "\f078"
438
+
439
+ .icon-retweet:before
440
+ content: "\f079"
441
+
442
+ .icon-shopping-cart:before
443
+ content: "\f07a"
444
+
445
+ .icon-folder-close:before
446
+ content: "\f07b"
447
+
448
+ .icon-folder-open:before
449
+ content: "\f07c"
450
+
451
+ .icon-resize-vertical:before
452
+ content: "\f07d"
453
+
454
+ .icon-resize-horizontal:before
455
+ content: "\f07e"
456
+
457
+ .icon-bar-chart:before
458
+ content: "\f080"
459
+
460
+ .icon-twitter-sign:before
461
+ content: "\f081"
462
+
463
+ .icon-facebook-sign:before
464
+ content: "\f082"
465
+
466
+ .icon-camera-retro:before
467
+ content: "\f083"
468
+
469
+ .icon-key:before
470
+ content: "\f084"
471
+
472
+ .icon-cogs:before
473
+ content: "\f085"
474
+
475
+ .icon-comments:before
476
+ content: "\f086"
477
+
478
+ .icon-thumbs-up:before
479
+ content: "\f087"
480
+
481
+ .icon-thumbs-down:before
482
+ content: "\f088"
483
+
484
+ .icon-star-half:before
485
+ content: "\f089"
486
+
487
+ .icon-heart-empty:before
488
+ content: "\f08a"
489
+
490
+ .icon-signout:before
491
+ content: "\f08b"
492
+
493
+ .icon-linkedin-sign:before
494
+ content: "\f08c"
495
+
496
+ .icon-pushpin:before
497
+ content: "\f08d"
498
+
499
+ .icon-external-link:before
500
+ content: "\f08e"
501
+
502
+ .icon-signin:before
503
+ content: "\f090"
504
+
505
+ .icon-trophy:before
506
+ content: "\f091"
507
+
508
+ .icon-github-sign:before
509
+ content: "\f092"
510
+
511
+ .icon-upload-alt:before
512
+ content: "\f093"
513
+
514
+ .icon-lemon:before
515
+ content: "\f094"