mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fix up new margins on modals by not setting auto until screen-sm-min
This commit is contained in:
+1
-4
@@ -35,8 +35,6 @@
|
||||
// Shell div to position the modal with bottom padding
|
||||
.modal-dialog {
|
||||
position: relative;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: auto;
|
||||
margin: 10px;
|
||||
z-index: (@zindex-modal-background + 10);
|
||||
@@ -122,8 +120,7 @@
|
||||
|
||||
.modal-dialog {
|
||||
width: 600px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
margin: 30px auto;
|
||||
}
|
||||
.modal-content {
|
||||
.box-shadow(0 5px 15px rgba(0,0,0,.5));
|
||||
|
||||
Reference in New Issue
Block a user