Update to Bootstrap 3.1.1
This commit is contained in:
7
assets/less/bootstrap/modals.less
Normal file → Executable file
7
assets/less/bootstrap/modals.less
Normal file → Executable file
@@ -121,7 +121,6 @@
|
||||
|
||||
// Scale up the modal
|
||||
@media (min-width: @screen-sm-min) {
|
||||
|
||||
// Automatically set modal's width for larger viewports
|
||||
.modal-dialog {
|
||||
width: @modal-md;
|
||||
@@ -133,6 +132,8 @@
|
||||
|
||||
// Modal sizes
|
||||
.modal-sm { width: @modal-sm; }
|
||||
.modal-lg { width: @modal-lg; }
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: @screen-md-min) {
|
||||
.modal-lg { width: @modal-lg; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user