2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

display none for inactive modals

This commit is contained in:
Jacob Thornton
2011-08-27 00:03:11 -07:00
parent c26eb016fb
commit 24c4ca0391
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -584,6 +584,7 @@ input[type=submit].btn {
.transition(opacity .15s linear);
opacity: 0;
&.open {
display: block;
opacity: 1;
}
}
@@ -598,6 +599,7 @@ input[type=submit].btn {
z-index: 1000;
}
.modal {
display: none;
position: fixed;
top: 50%;
left: 50%;