Moved bspatch into bootstrap-modal

This commit is contained in:
chrono
2013-12-10 23:26:47 +01:00
parent 1dbe03c0a1
commit 2591bea3ba
4 changed files with 33 additions and 39 deletions
+31
View File
@@ -1,3 +1,34 @@
/*!
* Bootstrap Modal
*
* Copyright Jordan Schroter
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
*/
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
margin-right: 0;
}
.modal {
left: 50%;
bottom: auto;
right: auto;
padding: 0;
width: 500px;
margin-left: -250px;
background-clip: padding-box;
}
.modal.container {
max-width: none;
}
/*!
* Bootstrap Modal
*