jombo 0.0.1.beta10 → 0.0.1.beta11
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 +18 -10
- data/vendor/assets/javascripts/bootstrap/bootstrap-button.js +7 -7
- data/vendor/assets/javascripts/bootstrap/bootstrap-carousel.js +6 -14
- data/vendor/assets/javascripts/bootstrap/bootstrap-collapse.js +9 -9
- data/vendor/assets/javascripts/bootstrap/bootstrap-dropdown.js +13 -7
- data/vendor/assets/javascripts/bootstrap/bootstrap-modal.js +18 -18
- data/vendor/assets/javascripts/bootstrap/bootstrap-popover.js +22 -23
- data/vendor/assets/javascripts/bootstrap/bootstrap-scrollspy.js +4 -4
- data/vendor/assets/javascripts/bootstrap/bootstrap-tab.js +38 -19
- data/vendor/assets/javascripts/bootstrap/bootstrap-transition.js +2 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-twipsy.js +132 -156
- data/vendor/assets/stylesheets/bootstrap/bootstrap.css +155 -23
- metadata +3 -4
- data/vendor/assets/javascripts/bootstrap/bootstrap-transitions.js +0 -45
@@ -6,7 +6,7 @@
|
|
6
6
|
* http://www.apache.org/licenses/LICENSE-2.0
|
7
7
|
*
|
8
8
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9
|
-
* Date:
|
9
|
+
* Date: Sat Dec 24 22:30:43 PST 2011
|
10
10
|
*/
|
11
11
|
html, body {
|
12
12
|
margin: 0;
|
@@ -600,9 +600,11 @@ select, input[type=file] {
|
|
600
600
|
|
601
601
|
line-height: 27px;
|
602
602
|
}
|
603
|
+
select {
|
604
|
+
background-color: #ffffff;
|
605
|
+
}
|
603
606
|
select[multiple] {
|
604
607
|
height: inherit;
|
605
|
-
background-color: #ffffff;
|
606
608
|
}
|
607
609
|
input[type=image] {
|
608
610
|
-webkit-box-shadow: none;
|
@@ -917,6 +919,9 @@ textarea[readonly] {
|
|
917
919
|
.inline-inputs span {
|
918
920
|
padding: 0 2px 0 1px;
|
919
921
|
}
|
922
|
+
.input-prepend, .input-append {
|
923
|
+
overflow: hidden;
|
924
|
+
}
|
920
925
|
.input-prepend input, .input-append input {
|
921
926
|
-webkit-border-radius: 0 3px 3px 0;
|
922
927
|
-moz-border-radius: 0 3px 3px 0;
|
@@ -1532,7 +1537,6 @@ footer {
|
|
1532
1537
|
.alert-message.danger,
|
1533
1538
|
.btn.error,
|
1534
1539
|
.alert-message.error {
|
1535
|
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1536
1540
|
background-color: #c43c35;
|
1537
1541
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
|
1538
1542
|
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
@@ -1547,7 +1551,6 @@ footer {
|
|
1547
1551
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
1548
1552
|
}
|
1549
1553
|
.btn.success, .alert-message.success {
|
1550
|
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1551
1554
|
background-color: #57a957;
|
1552
1555
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
|
1553
1556
|
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
@@ -1562,7 +1565,6 @@ footer {
|
|
1562
1565
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
1563
1566
|
}
|
1564
1567
|
.btn.info, .alert-message.info {
|
1565
|
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1566
1568
|
background-color: #339bb9;
|
1567
1569
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
|
1568
1570
|
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
|
@@ -1608,7 +1610,7 @@ footer {
|
|
1608
1610
|
transition: 0.1s linear all;
|
1609
1611
|
}
|
1610
1612
|
.btn:hover {
|
1611
|
-
color: #
|
1613
|
+
color: #404040;
|
1612
1614
|
text-decoration: none;
|
1613
1615
|
background-position: 0 -15px;
|
1614
1616
|
}
|
@@ -1757,7 +1759,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
1757
1759
|
margin-bottom: 18px;
|
1758
1760
|
color: #404040;
|
1759
1761
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
1760
|
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1761
1762
|
background-color: #eedc94;
|
1762
1763
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
|
1763
1764
|
background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
|
@@ -1800,6 +1801,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
1800
1801
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
|
1801
1802
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
|
1802
1803
|
}
|
1804
|
+
.alert-message.error, .alert-message.success, .alert-message.info {
|
1805
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1806
|
+
}
|
1803
1807
|
.alert-message.block-message {
|
1804
1808
|
padding: 14px;
|
1805
1809
|
background-image: none;
|
@@ -1903,6 +1907,104 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
1903
1907
|
.label.notice {
|
1904
1908
|
background-color: #62cffc;
|
1905
1909
|
}
|
1910
|
+
.dropdown {
|
1911
|
+
position: relative;
|
1912
|
+
}
|
1913
|
+
.dropdown-toggle:after {
|
1914
|
+
display: inline-block;
|
1915
|
+
width: 0;
|
1916
|
+
height: 0;
|
1917
|
+
margin-top: 8px;
|
1918
|
+
margin-left: 6px;
|
1919
|
+
text-indent: -99999px;
|
1920
|
+
vertical-align: top;
|
1921
|
+
border-left: 4px solid transparent;
|
1922
|
+
border-right: 4px solid transparent;
|
1923
|
+
border-top: 4px solid #ffffff;
|
1924
|
+
filter: alpha(opacity=30);
|
1925
|
+
-moz-opacity: 0.3;
|
1926
|
+
opacity: 0.3;
|
1927
|
+
content: "↓";
|
1928
|
+
}
|
1929
|
+
.dropdown:hover .dropdown-toggle:after {
|
1930
|
+
filter: alpha(opacity=100);
|
1931
|
+
-moz-opacity: 1;
|
1932
|
+
opacity: 1;
|
1933
|
+
}
|
1934
|
+
.dropdown-menu {
|
1935
|
+
position: absolute;
|
1936
|
+
top: 40px;
|
1937
|
+
z-index: 900;
|
1938
|
+
float: left;
|
1939
|
+
display: none;
|
1940
|
+
min-width: 160px;
|
1941
|
+
max-width: 220px;
|
1942
|
+
_width: 160px;
|
1943
|
+
padding: 6px 0;
|
1944
|
+
margin-left: 0;
|
1945
|
+
margin-right: 0;
|
1946
|
+
background-color: #ffffff;
|
1947
|
+
border-color: #999;
|
1948
|
+
border-color: rgba(0, 0, 0, 0.2);
|
1949
|
+
border-style: solid;
|
1950
|
+
border-width: 0 1px 1px;
|
1951
|
+
-webkit-border-radius: 0 0 6px 6px;
|
1952
|
+
-moz-border-radius: 0 0 6px 6px;
|
1953
|
+
border-radius: 0 0 6px 6px;
|
1954
|
+
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
1955
|
+
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
1956
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
1957
|
+
-webkit-background-clip: padding-box;
|
1958
|
+
-moz-background-clip: padding-box;
|
1959
|
+
background-clip: padding-box;
|
1960
|
+
zoom: 1;
|
1961
|
+
}
|
1962
|
+
.dropdown-menu li {
|
1963
|
+
float: none;
|
1964
|
+
display: block;
|
1965
|
+
background-color: none;
|
1966
|
+
}
|
1967
|
+
.dropdown-menu .divider {
|
1968
|
+
height: 1px;
|
1969
|
+
margin: 5px 0;
|
1970
|
+
overflow: hidden;
|
1971
|
+
background-color: #eee;
|
1972
|
+
border-bottom: 1px solid #ffffff;
|
1973
|
+
}
|
1974
|
+
.topbar .dropdown-menu a, .dropdown-menu a {
|
1975
|
+
display: block;
|
1976
|
+
padding: 4px 15px;
|
1977
|
+
clear: both;
|
1978
|
+
font-weight: normal;
|
1979
|
+
line-height: 18px;
|
1980
|
+
color: #808080;
|
1981
|
+
text-shadow: 0 1px 0 #ffffff;
|
1982
|
+
}
|
1983
|
+
.topbar .dropdown-menu a:hover, .dropdown-menu a:hover {
|
1984
|
+
color: #404040;
|
1985
|
+
text-decoration: none;
|
1986
|
+
background-color: #dddddd;
|
1987
|
+
background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
|
1988
|
+
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
|
1989
|
+
background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
|
1990
|
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
|
1991
|
+
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
|
1992
|
+
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
|
1993
|
+
background-image: linear-gradient(top, #eeeeee, #dddddd);
|
1994
|
+
background-repeat: repeat-x;
|
1995
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
|
1996
|
+
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
|
1997
|
+
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
|
1998
|
+
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
|
1999
|
+
}
|
2000
|
+
.dropdown.open .dropdown-toggle {
|
2001
|
+
color: #ffffff;
|
2002
|
+
background: #ccc;
|
2003
|
+
background: rgba(0, 0, 0, 0.3);
|
2004
|
+
}
|
2005
|
+
.dropdown.open .dropdown-menu {
|
2006
|
+
display: block;
|
2007
|
+
}
|
1906
2008
|
.tabs, .pills {
|
1907
2009
|
padding: 0;
|
1908
2010
|
margin: 0 0 20px;
|
@@ -2364,7 +2466,19 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
2364
2466
|
-moz-opacity: 0.8;
|
2365
2467
|
opacity: 0.8;
|
2366
2468
|
}
|
2367
|
-
.twipsy.
|
2469
|
+
.twipsy.top {
|
2470
|
+
margin-top: -2px;
|
2471
|
+
}
|
2472
|
+
.twipsy.right {
|
2473
|
+
margin-left: 2px;
|
2474
|
+
}
|
2475
|
+
.twipsy.bottom {
|
2476
|
+
margin-top: 2px;
|
2477
|
+
}
|
2478
|
+
.twipsy.left {
|
2479
|
+
margin-left: -2px;
|
2480
|
+
}
|
2481
|
+
.twipsy.top .twipsy-arrow {
|
2368
2482
|
bottom: 0;
|
2369
2483
|
left: 50%;
|
2370
2484
|
margin-left: -5px;
|
@@ -2380,7 +2494,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
2380
2494
|
border-bottom: 5px solid transparent;
|
2381
2495
|
border-left: 5px solid #000000;
|
2382
2496
|
}
|
2383
|
-
.twipsy.
|
2497
|
+
.twipsy.bottom .twipsy-arrow {
|
2384
2498
|
top: 0;
|
2385
2499
|
left: 50%;
|
2386
2500
|
margin-left: -5px;
|
@@ -2420,7 +2534,19 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
2420
2534
|
display: none;
|
2421
2535
|
padding: 5px;
|
2422
2536
|
}
|
2423
|
-
.popover.
|
2537
|
+
.popover.top {
|
2538
|
+
margin-top: -5px;
|
2539
|
+
}
|
2540
|
+
.popover.right {
|
2541
|
+
margin-left: 5px;
|
2542
|
+
}
|
2543
|
+
.popover.bottom {
|
2544
|
+
margin-top: 5px;
|
2545
|
+
}
|
2546
|
+
.popover.left {
|
2547
|
+
margin-left: -5px;
|
2548
|
+
}
|
2549
|
+
.popover.top .arrow {
|
2424
2550
|
bottom: 0;
|
2425
2551
|
left: 50%;
|
2426
2552
|
margin-left: -5px;
|
@@ -2436,7 +2562,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
2436
2562
|
border-bottom: 5px solid transparent;
|
2437
2563
|
border-right: 5px solid #000000;
|
2438
2564
|
}
|
2439
|
-
.popover.
|
2565
|
+
.popover.bottom .arrow {
|
2440
2566
|
top: 0;
|
2441
2567
|
left: 50%;
|
2442
2568
|
margin-left: -5px;
|
@@ -2492,27 +2618,29 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
2492
2618
|
.popover .content p, .popover .content ul, .popover .content ol {
|
2493
2619
|
margin-bottom: 0;
|
2494
2620
|
}
|
2495
|
-
.
|
2621
|
+
.thumbnails {
|
2496
2622
|
margin-left: -20px;
|
2497
2623
|
margin-bottom: 0;
|
2624
|
+
list-style: none;
|
2498
2625
|
zoom: 1;
|
2499
2626
|
}
|
2500
|
-
.
|
2627
|
+
.thumbnails:before, .thumbnails:after {
|
2501
2628
|
display: table;
|
2502
2629
|
*display: inline;
|
2503
2630
|
content: "";
|
2504
2631
|
zoom: 1;
|
2505
2632
|
}
|
2506
|
-
.
|
2633
|
+
.thumbnails:after {
|
2507
2634
|
clear: both;
|
2508
2635
|
}
|
2509
|
-
.
|
2510
|
-
display: inline;
|
2511
|
-
}
|
2512
|
-
.media-grid a {
|
2636
|
+
.thumbnails > li {
|
2513
2637
|
float: left;
|
2514
|
-
padding: 4px;
|
2515
2638
|
margin: 0 0 20px 20px;
|
2639
|
+
}
|
2640
|
+
.thumbnail {
|
2641
|
+
display: block;
|
2642
|
+
padding: 4px;
|
2643
|
+
line-height: 1;
|
2516
2644
|
border: 1px solid #ddd;
|
2517
2645
|
-webkit-border-radius: 4px;
|
2518
2646
|
-moz-border-radius: 4px;
|
@@ -2521,15 +2649,19 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|
2521
2649
|
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
|
2522
2650
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
|
2523
2651
|
}
|
2524
|
-
.
|
2525
|
-
display: block;
|
2526
|
-
}
|
2527
|
-
.media-grid a:hover {
|
2652
|
+
a.thumbnail:hover {
|
2528
2653
|
border-color: #0069d6;
|
2529
2654
|
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
2530
2655
|
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
2531
2656
|
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
2532
2657
|
}
|
2658
|
+
.thumbnail > img {
|
2659
|
+
display: block;
|
2660
|
+
max-width: 100%;
|
2661
|
+
}
|
2662
|
+
.thumbnail .caption {
|
2663
|
+
padding: 9px;
|
2664
|
+
}
|
2533
2665
|
.hidden {
|
2534
2666
|
display: none;
|
2535
2667
|
visibility: hidden;
|
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: 0.0.1.
|
4
|
+
version: 0.0.1.beta11
|
5
5
|
prerelease: 6
|
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: 2011-12-
|
12
|
+
date: 2011-12-27 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Package Bootstrap from Twitter (2.0 work-in-progress branch) assets as
|
15
15
|
a gem.
|
@@ -38,7 +38,6 @@ files:
|
|
38
38
|
- vendor/assets/javascripts/bootstrap/bootstrap-scrollspy.js
|
39
39
|
- vendor/assets/javascripts/bootstrap/bootstrap-tab.js
|
40
40
|
- vendor/assets/javascripts/bootstrap/bootstrap-transition.js
|
41
|
-
- vendor/assets/javascripts/bootstrap/bootstrap-transitions.js
|
42
41
|
- vendor/assets/javascripts/bootstrap/bootstrap-twipsy.js
|
43
42
|
- vendor/assets/javascripts/bootstrap/index.js
|
44
43
|
- vendor/assets/stylesheets/bootstrap/bootstrap.css
|
@@ -63,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
62
|
version: 1.3.1
|
64
63
|
requirements: []
|
65
64
|
rubyforge_project:
|
66
|
-
rubygems_version: 1.8.
|
65
|
+
rubygems_version: 1.8.10
|
67
66
|
signing_key:
|
68
67
|
specification_version: 3
|
69
68
|
summary: This gem allows you to use Bootstrap from Twitter with the Rails 3.1.x asset
|
@@ -1,45 +0,0 @@
|
|
1
|
-
/* ===================================================
|
2
|
-
* bootstrap-transitions.js v2.0.0
|
3
|
-
* http://twitter.github.com/bootstrap/javascript.html
|
4
|
-
* ===================================================
|
5
|
-
* Copyright 2011 Twitter, Inc.
|
6
|
-
*
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
* you may not use this file except in compliance with the License.
|
9
|
-
* You may obtain a copy of the License at
|
10
|
-
*
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
*
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
-
* See the License for the specific language governing permissions and
|
17
|
-
* limitations under the License.
|
18
|
-
* ========================================================== */
|
19
|
-
|
20
|
-
$(function () {
|
21
|
-
|
22
|
-
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
|
23
|
-
* ======================================================= */
|
24
|
-
|
25
|
-
$.support.transition = (function () {
|
26
|
-
var thisBody = document.body || document.documentElement
|
27
|
-
, thisStyle = thisBody.style
|
28
|
-
, support = thisStyle.transition !== undefined || thisStyle.WebkitTransition !== undefined || thisStyle.MozTransition !== undefined || thisStyle.MsTransition !== undefined || thisStyle.OTransition !== undefined
|
29
|
-
|
30
|
-
return support && {
|
31
|
-
end: (function () {
|
32
|
-
var transitionEnd = "TransitionEnd"
|
33
|
-
if ( $.browser.webkit ) {
|
34
|
-
transitionEnd = "webkitTransitionEnd"
|
35
|
-
} else if ( $.browser.mozilla ) {
|
36
|
-
transitionEnd = "transitionend"
|
37
|
-
} else if ( $.browser.opera ) {
|
38
|
-
transitionEnd = "oTransitionEnd"
|
39
|
-
}
|
40
|
-
return transitionEnd
|
41
|
-
}())
|
42
|
-
}
|
43
|
-
})()
|
44
|
-
|
45
|
-
})
|