aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-01 12:14:55 -0700
committerMark Otto <[email protected]>2017-10-01 12:14:55 -0700
commit79c6e54af172132baab7f344e276c443a6dfdb3a (patch)
tree002bf35282326b12b4ef311a8d6112c63c5b397d /dist/css/bootstrap.css
parent44dcc8d719a9f3a45915db1f6136457682d7c628 (diff)
downloadbootstrap-79c6e54af172132baab7f344e276c443a6dfdb3a.tar.xz
bootstrap-79c6e54af172132baab7f344e276c443a6dfdb3a.zip
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 042ff99dc..840663284 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4346,6 +4346,7 @@ tbody.collapse.show {
}
.alert {
+ position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
@@ -4361,9 +4362,9 @@ tbody.collapse.show {
}
.alert-dismissible .close {
- position: relative;
- top: -0.75rem;
- right: -1.25rem;
+ position: absolute;
+ top: 0;
+ right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
@@ -4908,8 +4909,8 @@ button.close {
.modal-header {
display: -ms-flexbox;
display: flex;
- -ms-flex-align: center;
- align-items: center;
+ -ms-flex-align: start;
+ align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
@@ -4917,7 +4918,8 @@ button.close {
}
.modal-header .close {
- margin-left: auto;
+ padding: 15px;
+ margin: -15px -15px -15px auto;
}
.modal-title {