jombo 1.0.4 → 1.0.5
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.
- data/lib/jombo/version.rb +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-alert.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-button.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-carousel.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-collapse.js +2 -2
- data/vendor/assets/javascripts/bootstrap/bootstrap-dropdown.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-modal.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-popover.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-scrollspy.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-tab.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-tooltip.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-transition.js +1 -1
- data/vendor/assets/javascripts/bootstrap/bootstrap-typeahead.js +1 -1
- data/vendor/assets/stylesheets/bootstrap/bootstrap-responsive.css +29 -0
- data/vendor/assets/stylesheets/bootstrap/bootstrap.css.erb +42 -10
- metadata +2 -2
data/lib/jombo/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ==========================================================
|
2
|
-
* bootstrap-alert.js v2.0.
|
2
|
+
* bootstrap-alert.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#alerts
|
4
4
|
* ==========================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ============================================================
|
2
|
-
* bootstrap-button.js v2.0.
|
2
|
+
* bootstrap-button.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#buttons
|
4
4
|
* ============================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ==========================================================
|
2
|
-
* bootstrap-carousel.js v2.0.
|
2
|
+
* bootstrap-carousel.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#carousel
|
4
4
|
* ==========================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* =============================================================
|
2
|
-
* bootstrap-collapse.js v2.0.
|
2
|
+
* bootstrap-collapse.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#collapse
|
4
4
|
* =============================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -95,7 +95,7 @@
|
|
95
95
|
, transition: function (method, startEvent, completeEvent) {
|
96
96
|
var that = this
|
97
97
|
, complete = function () {
|
98
|
-
if (startEvent == 'show') that.reset()
|
98
|
+
if (startEvent.type == 'show') that.reset()
|
99
99
|
that.transitioning = 0
|
100
100
|
that.$element.trigger(completeEvent)
|
101
101
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ============================================================
|
2
|
-
* bootstrap-dropdown.js v2.0.
|
2
|
+
* bootstrap-dropdown.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#dropdowns
|
4
4
|
* ============================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* =========================================================
|
2
|
-
* bootstrap-modal.js v2.0.
|
2
|
+
* bootstrap-modal.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#modals
|
4
4
|
* =========================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ===========================================================
|
2
|
-
* bootstrap-popover.js v2.0.
|
2
|
+
* bootstrap-popover.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#popovers
|
4
4
|
* ===========================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* =============================================================
|
2
|
-
* bootstrap-scrollspy.js v2.0.
|
2
|
+
* bootstrap-scrollspy.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
|
4
4
|
* =============================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================
|
2
|
-
* bootstrap-tab.js v2.0.
|
2
|
+
* bootstrap-tab.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#tabs
|
4
4
|
* ========================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ===========================================================
|
2
|
-
* bootstrap-tooltip.js v2.0.
|
2
|
+
* bootstrap-tooltip.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#tooltips
|
4
4
|
* Inspired by the original jQuery.tipsy by Jason Frame
|
5
5
|
* ===========================================================
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ===================================================
|
2
|
-
* bootstrap-transition.js v2.0.
|
2
|
+
* bootstrap-transition.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#transitions
|
4
4
|
* ===================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* =============================================================
|
2
|
-
* bootstrap-typeahead.js v2.0.
|
2
|
+
* bootstrap-typeahead.js v2.0.3
|
3
3
|
* http://twitter.github.com/bootstrap/javascript.html#typeahead
|
4
4
|
* =============================================================
|
5
5
|
* Copyright 2012 Twitter, Inc.
|
@@ -310,6 +310,7 @@
|
|
310
310
|
width: 100%;
|
311
311
|
min-height: 28px;
|
312
312
|
margin-left: 2.762430939%;
|
313
|
+
*margin-left: 2.709239449638298%;
|
313
314
|
-webkit-box-sizing: border-box;
|
314
315
|
-moz-box-sizing: border-box;
|
315
316
|
-ms-box-sizing: border-box;
|
@@ -320,39 +321,51 @@
|
|
320
321
|
}
|
321
322
|
.row-fluid .span12 {
|
322
323
|
width: 99.999999993%;
|
324
|
+
*width: 99.9468085036383%;
|
323
325
|
}
|
324
326
|
.row-fluid .span11 {
|
325
327
|
width: 91.436464082%;
|
328
|
+
*width: 91.38327259263829%;
|
326
329
|
}
|
327
330
|
.row-fluid .span10 {
|
328
331
|
width: 82.87292817100001%;
|
332
|
+
*width: 82.8197366816383%;
|
329
333
|
}
|
330
334
|
.row-fluid .span9 {
|
331
335
|
width: 74.30939226%;
|
336
|
+
*width: 74.25620077063829%;
|
332
337
|
}
|
333
338
|
.row-fluid .span8 {
|
334
339
|
width: 65.74585634900001%;
|
340
|
+
*width: 65.6926648596383%;
|
335
341
|
}
|
336
342
|
.row-fluid .span7 {
|
337
343
|
width: 57.182320438000005%;
|
344
|
+
*width: 57.129128948638304%;
|
338
345
|
}
|
339
346
|
.row-fluid .span6 {
|
340
347
|
width: 48.618784527%;
|
348
|
+
*width: 48.5655930376383%;
|
341
349
|
}
|
342
350
|
.row-fluid .span5 {
|
343
351
|
width: 40.055248616%;
|
352
|
+
*width: 40.0020571266383%;
|
344
353
|
}
|
345
354
|
.row-fluid .span4 {
|
346
355
|
width: 31.491712705%;
|
356
|
+
*width: 31.4385212156383%;
|
347
357
|
}
|
348
358
|
.row-fluid .span3 {
|
349
359
|
width: 22.928176794%;
|
360
|
+
*width: 22.874985304638297%;
|
350
361
|
}
|
351
362
|
.row-fluid .span2 {
|
352
363
|
width: 14.364640883%;
|
364
|
+
*width: 14.311449393638298%;
|
353
365
|
}
|
354
366
|
.row-fluid .span1 {
|
355
367
|
width: 5.801104972%;
|
368
|
+
*width: 5.747913482638298%;
|
356
369
|
}
|
357
370
|
input,
|
358
371
|
textarea,
|
@@ -533,6 +546,7 @@
|
|
533
546
|
width: 100%;
|
534
547
|
min-height: 28px;
|
535
548
|
margin-left: 2.564102564%;
|
549
|
+
*margin-left: 2.510911074638298%;
|
536
550
|
-webkit-box-sizing: border-box;
|
537
551
|
-moz-box-sizing: border-box;
|
538
552
|
-ms-box-sizing: border-box;
|
@@ -543,39 +557,51 @@
|
|
543
557
|
}
|
544
558
|
.row-fluid .span12 {
|
545
559
|
width: 100%;
|
560
|
+
*width: 99.94680851063829%;
|
546
561
|
}
|
547
562
|
.row-fluid .span11 {
|
548
563
|
width: 91.45299145300001%;
|
564
|
+
*width: 91.3997999636383%;
|
549
565
|
}
|
550
566
|
.row-fluid .span10 {
|
551
567
|
width: 82.905982906%;
|
568
|
+
*width: 82.8527914166383%;
|
552
569
|
}
|
553
570
|
.row-fluid .span9 {
|
554
571
|
width: 74.358974359%;
|
572
|
+
*width: 74.30578286963829%;
|
555
573
|
}
|
556
574
|
.row-fluid .span8 {
|
557
575
|
width: 65.81196581200001%;
|
576
|
+
*width: 65.7587743226383%;
|
558
577
|
}
|
559
578
|
.row-fluid .span7 {
|
560
579
|
width: 57.264957265%;
|
580
|
+
*width: 57.2117657756383%;
|
561
581
|
}
|
562
582
|
.row-fluid .span6 {
|
563
583
|
width: 48.717948718%;
|
584
|
+
*width: 48.6647572286383%;
|
564
585
|
}
|
565
586
|
.row-fluid .span5 {
|
566
587
|
width: 40.170940171000005%;
|
588
|
+
*width: 40.117748681638304%;
|
567
589
|
}
|
568
590
|
.row-fluid .span4 {
|
569
591
|
width: 31.623931624%;
|
592
|
+
*width: 31.5707401346383%;
|
570
593
|
}
|
571
594
|
.row-fluid .span3 {
|
572
595
|
width: 23.076923077%;
|
596
|
+
*width: 23.0237315876383%;
|
573
597
|
}
|
574
598
|
.row-fluid .span2 {
|
575
599
|
width: 14.529914530000001%;
|
600
|
+
*width: 14.4767230406383%;
|
576
601
|
}
|
577
602
|
.row-fluid .span1 {
|
578
603
|
width: 5.982905983%;
|
604
|
+
*width: 5.929714493638298%;
|
579
605
|
}
|
580
606
|
input,
|
581
607
|
textarea,
|
@@ -645,6 +671,9 @@
|
|
645
671
|
.thumbnails {
|
646
672
|
margin-left: -30px;
|
647
673
|
}
|
674
|
+
.thumbnails > li {
|
675
|
+
margin-left: 30px;
|
676
|
+
}
|
648
677
|
.row-fluid .thumbnails {
|
649
678
|
margin-left: 0;
|
650
679
|
}
|
@@ -313,6 +313,7 @@ a:hover {
|
|
313
313
|
width: 100%;
|
314
314
|
min-height: 28px;
|
315
315
|
margin-left: 2.127659574%;
|
316
|
+
*margin-left: 2.0744680846382977%;
|
316
317
|
-webkit-box-sizing: border-box;
|
317
318
|
-moz-box-sizing: border-box;
|
318
319
|
-ms-box-sizing: border-box;
|
@@ -325,50 +326,62 @@ a:hover {
|
|
325
326
|
|
326
327
|
.row-fluid .span12 {
|
327
328
|
width: 99.99999998999999%;
|
329
|
+
*width: 99.94680850063828%;
|
328
330
|
}
|
329
331
|
|
330
332
|
.row-fluid .span11 {
|
331
333
|
width: 91.489361693%;
|
334
|
+
*width: 91.4361702036383%;
|
332
335
|
}
|
333
336
|
|
334
337
|
.row-fluid .span10 {
|
335
338
|
width: 82.97872339599999%;
|
339
|
+
*width: 82.92553190663828%;
|
336
340
|
}
|
337
341
|
|
338
342
|
.row-fluid .span9 {
|
339
343
|
width: 74.468085099%;
|
344
|
+
*width: 74.4148936096383%;
|
340
345
|
}
|
341
346
|
|
342
347
|
.row-fluid .span8 {
|
343
348
|
width: 65.95744680199999%;
|
349
|
+
*width: 65.90425531263828%;
|
344
350
|
}
|
345
351
|
|
346
352
|
.row-fluid .span7 {
|
347
353
|
width: 57.446808505%;
|
354
|
+
*width: 57.3936170156383%;
|
348
355
|
}
|
349
356
|
|
350
357
|
.row-fluid .span6 {
|
351
358
|
width: 48.93617020799999%;
|
359
|
+
*width: 48.88297871863829%;
|
352
360
|
}
|
353
361
|
|
354
362
|
.row-fluid .span5 {
|
355
363
|
width: 40.425531911%;
|
364
|
+
*width: 40.3723404216383%;
|
356
365
|
}
|
357
366
|
|
358
367
|
.row-fluid .span4 {
|
359
368
|
width: 31.914893614%;
|
369
|
+
*width: 31.8617021246383%;
|
360
370
|
}
|
361
371
|
|
362
372
|
.row-fluid .span3 {
|
363
373
|
width: 23.404255317%;
|
374
|
+
*width: 23.3510638276383%;
|
364
375
|
}
|
365
376
|
|
366
377
|
.row-fluid .span2 {
|
367
378
|
width: 14.89361702%;
|
379
|
+
*width: 14.8404255306383%;
|
368
380
|
}
|
369
381
|
|
370
382
|
.row-fluid .span1 {
|
371
383
|
width: 6.382978723%;
|
384
|
+
*width: 6.329787233638298%;
|
372
385
|
}
|
373
386
|
|
374
387
|
.container {
|
@@ -800,6 +813,7 @@ input[type="radio"] {
|
|
800
813
|
|
801
814
|
line-height: normal;
|
802
815
|
cursor: pointer;
|
816
|
+
background-color: transparent;
|
803
817
|
border: 0 \9;
|
804
818
|
/* IE9 and down */
|
805
819
|
|
@@ -872,8 +886,8 @@ input[type="hidden"] {
|
|
872
886
|
|
873
887
|
.radio,
|
874
888
|
.checkbox {
|
889
|
+
min-height: 18px;
|
875
890
|
padding-left: 18px;
|
876
|
-
overflow: auto;
|
877
891
|
}
|
878
892
|
|
879
893
|
.radio input[type="radio"],
|
@@ -1061,6 +1075,13 @@ textarea[readonly] {
|
|
1061
1075
|
border-color: #ddd;
|
1062
1076
|
}
|
1063
1077
|
|
1078
|
+
input[type="radio"][disabled],
|
1079
|
+
input[type="checkbox"][disabled],
|
1080
|
+
input[type="radio"][readonly],
|
1081
|
+
input[type="checkbox"][readonly] {
|
1082
|
+
background-color: transparent;
|
1083
|
+
}
|
1084
|
+
|
1064
1085
|
.control-group.warning > label,
|
1065
1086
|
.control-group.warning .help-block,
|
1066
1087
|
.control-group.warning .help-inline {
|
@@ -2478,6 +2499,7 @@ table .span24 {
|
|
2478
2499
|
|
2479
2500
|
.fade {
|
2480
2501
|
opacity: 0;
|
2502
|
+
filter: alpha(opacity=0);
|
2481
2503
|
-webkit-transition: opacity 0.15s linear;
|
2482
2504
|
-moz-transition: opacity 0.15s linear;
|
2483
2505
|
-ms-transition: opacity 0.15s linear;
|
@@ -2487,6 +2509,7 @@ table .span24 {
|
|
2487
2509
|
|
2488
2510
|
.fade.in {
|
2489
2511
|
opacity: 1;
|
2512
|
+
filter: alpha(opacity=100);
|
2490
2513
|
}
|
2491
2514
|
|
2492
2515
|
.collapse {
|
@@ -2526,7 +2549,7 @@ table .span24 {
|
|
2526
2549
|
button.close {
|
2527
2550
|
padding: 0;
|
2528
2551
|
cursor: pointer;
|
2529
|
-
background
|
2552
|
+
background: transparent;
|
2530
2553
|
border: 0;
|
2531
2554
|
-webkit-appearance: none;
|
2532
2555
|
}
|
@@ -2686,6 +2709,11 @@ button.close {
|
|
2686
2709
|
color: rgba(255, 255, 255, 0.75);
|
2687
2710
|
}
|
2688
2711
|
|
2712
|
+
.btn {
|
2713
|
+
border-color: #ccc;
|
2714
|
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2715
|
+
}
|
2716
|
+
|
2689
2717
|
.btn-primary {
|
2690
2718
|
background-color: #0074cc;
|
2691
2719
|
*background-color: #0055cc;
|
@@ -2995,9 +3023,9 @@ input[type="submit"].btn.btn-mini {
|
|
2995
3023
|
}
|
2996
3024
|
|
2997
3025
|
.btn-group > .dropdown-toggle {
|
2998
|
-
*padding-top:
|
3026
|
+
*padding-top: 4px;
|
2999
3027
|
padding-right: 8px;
|
3000
|
-
*padding-bottom:
|
3028
|
+
*padding-bottom: 4px;
|
3001
3029
|
padding-left: 8px;
|
3002
3030
|
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
3003
3031
|
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
@@ -3005,9 +3033,7 @@ input[type="submit"].btn.btn-mini {
|
|
3005
3033
|
}
|
3006
3034
|
|
3007
3035
|
.btn-group > .btn-mini.dropdown-toggle {
|
3008
|
-
*padding-top: 1px;
|
3009
3036
|
padding-right: 5px;
|
3010
|
-
*padding-bottom: 1px;
|
3011
3037
|
padding-left: 5px;
|
3012
3038
|
}
|
3013
3039
|
|
@@ -4421,7 +4447,9 @@ input[type="submit"].btn.btn-mini {
|
|
4421
4447
|
}
|
4422
4448
|
|
4423
4449
|
.thumbnails > li {
|
4450
|
+
float: left;
|
4424
4451
|
margin-bottom: 18px;
|
4452
|
+
margin-left: 20px;
|
4425
4453
|
}
|
4426
4454
|
|
4427
4455
|
.thumbnail {
|
@@ -4623,15 +4651,15 @@ a.badge:hover {
|
|
4623
4651
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
4624
4652
|
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
4625
4653
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
4654
|
+
-webkit-box-sizing: border-box;
|
4655
|
+
-moz-box-sizing: border-box;
|
4656
|
+
-ms-box-sizing: border-box;
|
4657
|
+
box-sizing: border-box;
|
4626
4658
|
-webkit-transition: width 0.6s ease;
|
4627
4659
|
-moz-transition: width 0.6s ease;
|
4628
4660
|
-ms-transition: width 0.6s ease;
|
4629
4661
|
-o-transition: width 0.6s ease;
|
4630
4662
|
transition: width 0.6s ease;
|
4631
|
-
-webkit-box-sizing: border-box;
|
4632
|
-
-moz-box-sizing: border-box;
|
4633
|
-
-ms-box-sizing: border-box;
|
4634
|
-
box-sizing: border-box;
|
4635
4663
|
}
|
4636
4664
|
|
4637
4665
|
.progress-striped .bar {
|
@@ -4765,6 +4793,10 @@ a.badge:hover {
|
|
4765
4793
|
padding: 8px 15px;
|
4766
4794
|
}
|
4767
4795
|
|
4796
|
+
.accordion-toggle {
|
4797
|
+
cursor: pointer;
|
4798
|
+
}
|
4799
|
+
|
4768
4800
|
.accordion-inner {
|
4769
4801
|
padding: 9px 15px;
|
4770
4802
|
border-top: 1px solid #e5e5e5;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jombo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-25 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Package Bootstrap from Twitter assets as a gem.
|
15
15
|
email:
|