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

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

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