2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix up the modals in responsive a bit

This commit is contained in:
Mark Otto
2012-01-23 13:50:55 -08:00
parent 1954cf0019
commit cd5ffbe396
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -97,11 +97,12 @@
// Modals
.modal {
position: fixed;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
width: auto;
margin: 0;
&.fade.in { top: auto; }
}
.modal-header .close {