Fix the positioning of modal dialogs on mobile (< 768px wide) viewports

This commit is contained in:
Puzzles Flat 2014-12-15 21:10:42 +13:00
parent a4fb25802d
commit d016563c5b

6
css/modals.css Normal file → Executable file
View File

@ -1,6 +1,8 @@
.modal-large {
width: 80%; /* respsonsive width */
@media (min-width: 768px) {
.modal-large {
width: 80%; /* responsive width */
margin-left:-40%; /* width/2) */
}
}
.modal-header {