Commit ec6c9d28 authored by Mark Otto's avatar Mark Otto
Browse files

Don't offset customizer alert, grunt dist

parent 229bc6fe
Showing with 19 additions and 26 deletions
+19 -26
...@@ -5342,8 +5342,8 @@ button.close { ...@@ -5342,8 +5342,8 @@ button.close {
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
} }
.popover .arrow, .popover > .arrow,
.popover .arrow:after { .popover > .arrow:after {
position: absolute; position: absolute;
display: block; display: block;
width: 0; width: 0;
...@@ -5351,14 +5351,14 @@ button.close { ...@@ -5351,14 +5351,14 @@ button.close {
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
.popover .arrow { .popover > .arrow {
border-width: 11px; border-width: 11px;
} }
.popover .arrow:after { .popover > .arrow:after {
content: ""; content: "";
border-width: 10px; border-width: 10px;
} }
.popover.top .arrow { .popover.top > .arrow {
bottom: -11px; bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
...@@ -5366,14 +5366,14 @@ button.close { ...@@ -5366,14 +5366,14 @@ button.close {
border-top-color: rgba(0, 0, 0, .25); border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0; border-bottom-width: 0;
} }
.popover.top .arrow:after { .popover.top > .arrow:after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
border-top-color: #fff; border-top-color: #fff;
border-bottom-width: 0; border-bottom-width: 0;
} }
.popover.right .arrow { .popover.right > .arrow {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
...@@ -5381,14 +5381,14 @@ button.close { ...@@ -5381,14 +5381,14 @@ button.close {
border-right-color: rgba(0, 0, 0, .25); border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0; border-left-width: 0;
} }
.popover.right .arrow:after { .popover.right > .arrow:after {
bottom: -10px; bottom: -10px;
left: 1px; left: 1px;
content: " "; content: " ";
border-right-color: #fff; border-right-color: #fff;
border-left-width: 0; border-left-width: 0;
} }
.popover.bottom .arrow { .popover.bottom > .arrow {
top: -11px; top: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
...@@ -5396,14 +5396,14 @@ button.close { ...@@ -5396,14 +5396,14 @@ button.close {
border-bottom-color: #999; border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25); border-bottom-color: rgba(0, 0, 0, .25);
} }
.popover.bottom .arrow:after { .popover.bottom > .arrow:after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
border-top-width: 0; border-top-width: 0;
border-bottom-color: #fff; border-bottom-color: #fff;
} }
.popover.left .arrow { .popover.left > .arrow {
top: 50%; top: 50%;
right: -11px; right: -11px;
margin-top: -11px; margin-top: -11px;
...@@ -5411,7 +5411,7 @@ button.close { ...@@ -5411,7 +5411,7 @@ button.close {
border-left-color: #999; border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25); border-left-color: rgba(0, 0, 0, .25);
} }
.popover.left .arrow:after { .popover.left > .arrow:after {
right: 1px; right: 1px;
bottom: -10px; bottom: -10px;
content: " "; content: " ";
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery') } if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript requires jQuery') }
/* ======================================================================== /* ========================================================================
* Bootstrap: transition.js v3.1.0 * Bootstrap: transition.js v3.1.0
......
This diff is collapsed.
...@@ -1269,7 +1269,7 @@ h1[id] { ...@@ -1269,7 +1269,7 @@ h1[id] {
/* Error handling */ /* Error handling */
.bs-customizer-alert { .bs-customizer-alert {
position: fixed; position: fixed;
top: 51px; top: 0;
left: 0; left: 0;
right: 0; right: 0;
z-index: 1030; z-index: 1030;
......
This diff is collapsed.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
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