app/assets/stylesheets/twitter/bootstrap/_modals.scss in bootstrap-sass-rails-3.0.0.1 vs app/assets/stylesheets/twitter/bootstrap/_modals.scss in bootstrap-sass-rails-3.0.0.2
- old
+ new
@@ -8,17 +8,22 @@
// .modal-content - actual modal w/ bg and corners and shit
// Kill the scroll on the body
.modal-open {
overflow: hidden;
-}
-// Account for hiding of scrollbar
-body.modal-open,
-.modal-open .navbar-fixed-top,
-.modal-open .navbar-fixed-bottom {
+ // Account for hiding of scrollbar
+
+
+ .navbar-fixed-top,
+ .navbar-fixed-bottom {
+ margin-right: 15px
+ }
+}
+
+body.modal-open {
margin-right: 15px
}
// Container that the modal scrolls within
.modal {
@@ -135,7 +140,6 @@
padding-bottom: 30px;
}
.modal-content {
@include box-shadow(0 5px 15px rgba(0,0,0,.5));
}
-
}