bootstrap-sass 2.0.4.0 → 2.0.4.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of bootstrap-sass might be problematic. Click here for more details.
- data/README.md +1 -1
- data/vendor/assets/javascripts/bootstrap-transition.js +1 -1
- data/vendor/assets/javascripts/bootstrap-typeahead.js +1 -1
- data/vendor/assets/stylesheets/bootstrap/_forms.scss +1 -1
- data/vendor/assets/stylesheets/bootstrap/_mixins.scss +4 -8
- data/vendor/assets/stylesheets/bootstrap/_variables.scss +6 -6
- metadata +6 -6
data/README.md
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
, transEndEventNames = {
|
37
37
|
'WebkitTransition' : 'webkitTransitionEnd'
|
38
38
|
, 'MozTransition' : 'transitionend'
|
39
|
-
, 'OTransition' : '
|
39
|
+
, 'OTransition' : 'otransitionend'
|
40
40
|
, 'msTransition' : 'MSTransitionEnd'
|
41
41
|
, 'transition' : 'transitionend'
|
42
42
|
}
|
@@ -168,7 +168,7 @@
|
|
168
168
|
.on('keypress', $.proxy(this.keypress, this))
|
169
169
|
.on('keyup', $.proxy(this.keyup, this))
|
170
170
|
|
171
|
-
if ($.browser.webkit || $.browser.msie) {
|
171
|
+
if ($.browser.webkit || $.browser.msie || $.browser.mozilla) {
|
172
172
|
this.$element.on('keydown', $.proxy(this.keypress, this))
|
173
173
|
}
|
174
174
|
|
@@ -381,7 +381,7 @@ input:focus:required:invalid, textarea:focus:required:invalid, select:focus:requ
|
|
381
381
|
// SEARCH FORM
|
382
382
|
// -----------
|
383
383
|
|
384
|
-
.search-query {
|
384
|
+
input.search-query { // input. fix the overwriting of the search-query and allow rounded corner for the search field
|
385
385
|
padding-right: 14px;
|
386
386
|
padding-right: 4px \9;
|
387
387
|
padding-left: 14px;
|
@@ -585,14 +585,10 @@
|
|
585
585
|
[class*="span"]:first-child {
|
586
586
|
margin-left: 0;
|
587
587
|
}
|
588
|
-
|
589
|
-
// generate .spanX
|
590
|
-
@include gridFluidSpanX($gridColumns, $columnWidth, $gutterWidth);
|
591
588
|
}
|
592
|
-
|
593
|
-
@
|
594
|
-
|
595
|
-
.span#{$i} { @include gridFluidSpan($i, $columnWidth, $gutterWidth) };
|
589
|
+
// generate .row-fluid > .spanX
|
590
|
+
@for $i from 1 through $gridColumns {
|
591
|
+
.row-fluid > .span#{$i} { @include gridFluidSpan($i, $columnWidth, $gutterWidth) };
|
596
592
|
}
|
597
593
|
}
|
598
594
|
@mixin gridFluidSpan($columns, $columnWidth, $gutterWidth) {
|
@@ -622,4 +618,4 @@
|
|
622
618
|
float: left;
|
623
619
|
margin-left: $gutterWidth;
|
624
620
|
@include gridFluidSpan($columns, $columnWidth, $gutterWidth);
|
625
|
-
}
|
621
|
+
}
|
@@ -114,12 +114,12 @@ $dropdownDividerBottom: $white !default;
|
|
114
114
|
// -------------------------
|
115
115
|
// Used for a bird's eye view of components dependent on the z-axis
|
116
116
|
// Try to avoid customizing these :)
|
117
|
-
$zindexDropdown: 1000;
|
118
|
-
$zindexPopover: 1010;
|
119
|
-
$zindexTooltip: 1020;
|
120
|
-
$zindexFixedNavbar: 1030;
|
121
|
-
$zindexModalBackdrop: 1040;
|
122
|
-
$zindexModal: 1050;
|
117
|
+
$zindexDropdown: 1000 !default;
|
118
|
+
$zindexPopover: 1010 !default;
|
119
|
+
$zindexTooltip: 1020 !default;
|
120
|
+
$zindexFixedNavbar: 1030 !default;
|
121
|
+
$zindexModalBackdrop: 1040 !default;
|
122
|
+
$zindexModal: 1050 !default;
|
123
123
|
|
124
124
|
|
125
125
|
// Sprite icons path
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.4.
|
4
|
+
version: 2.0.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-08-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|
16
|
-
requirement: &
|
16
|
+
requirement: &70269978092880 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70269978092880
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: sass-rails
|
27
|
-
requirement: &
|
27
|
+
requirement: &70269978090880 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: '3.1'
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70269978090880
|
36
36
|
description:
|
37
37
|
email: tom@conceptcoding.co.uk
|
38
38
|
executables: []
|