Commit 4c2626fe authored by XhmikosR's avatar XhmikosR
Browse files

Run `grunt`.

parent 2b30b488
Showing with 16 additions and 21 deletions
+16 -21
...@@ -6684,7 +6684,7 @@ button.close { ...@@ -6684,7 +6684,7 @@ button.close {
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1030; z-index: 1070;
display: block; display: block;
font-size: 12px; font-size: 12px;
line-height: 1.4; line-height: 1.4;
...@@ -6800,7 +6800,7 @@ button.close { ...@@ -6800,7 +6800,7 @@ button.close {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
z-index: 1010; z-index: 1060;
display: none; display: none;
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5399,7 +5399,7 @@ button.close { ...@@ -5399,7 +5399,7 @@ button.close {
} }
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1030; z-index: 1070;
display: block; display: block;
font-size: 12px; font-size: 12px;
line-height: 1.4; line-height: 1.4;
...@@ -5499,7 +5499,7 @@ button.close { ...@@ -5499,7 +5499,7 @@ button.close {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 1010; z-index: 1060;
display: none; display: none;
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -511,8 +511,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re ...@@ -511,8 +511,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this.$element this.$element
.removeClass('collapse') .removeClass('collapse')
.addClass('collapsing') .addClass('collapsing')[dimension](0)
[dimension](0)
this.transitioning = 1 this.transitioning = 1
...@@ -520,8 +519,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re ...@@ -520,8 +519,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
if (e && e.target != this.$element[0]) return if (e && e.target != this.$element[0]) return
this.$element this.$element
.removeClass('collapsing') .removeClass('collapsing')
.addClass('collapse in') .addClass('collapse in')[dimension]('auto')
[dimension]('auto')
this.transitioning = 0 this.transitioning = 0
this.$element.trigger('shown.bs.collapse') this.$element.trigger('shown.bs.collapse')
} }
...@@ -532,8 +530,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re ...@@ -532,8 +530,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this.$element this.$element
.one($.support.transition.end, $.proxy(complete, this)) .one($.support.transition.end, $.proxy(complete, this))
.emulateTransitionEnd(350) .emulateTransitionEnd(350)[dimension](this.$element[0][scrollSize])
[dimension](this.$element[0][scrollSize])
} }
Collapse.prototype.hide = function () { Collapse.prototype.hide = function () {
...@@ -545,9 +542,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re ...@@ -545,9 +542,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
var dimension = this.dimension() var dimension = this.dimension()
this.$element this.$element[dimension](this.$element[dimension]())[0].offsetHeight
[dimension](this.$element[dimension]())
[0].offsetHeight
this.$element this.$element
.addClass('collapsing') .addClass('collapsing')
......
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment