aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-11-05 00:36:52 +0100
committerHeinrich Fenkart <[email protected]>2014-11-05 00:36:52 +0100
commit6020bb06f242450b34a55e6098e9549f33fcc226 (patch)
treefd9792c8311555ea833edbabb6fb5361053f7565 /dist/css/bootstrap.css
parent0018723ccee06d704e31b83df6a0a3fd1f02d309 (diff)
downloadbootstrap-6020bb06f242450b34a55e6098e9549f33fcc226.tar.xz
bootstrap-6020bb06f242450b34a55e6098e9549f33fcc226.zip
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4165d414d..7ddd57a58 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5549,10 +5549,9 @@ button.close {
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
- position: fixed;
+ position: absolute;
top: 0;
right: 0;
- bottom: 0;
left: 0;
background-color: #000;
}
@@ -5674,14 +5673,16 @@ button.close {
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
+ right: 5px;
bottom: 0;
- left: 5px;
+ margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
- right: 5px;
bottom: 0;
+ left: 5px;
+ margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
@@ -5708,13 +5709,15 @@ button.close {
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
- left: 5px;
+ right: 5px;
+ margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
- right: 5px;
+ left: 5px;
+ margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}