Merge pull request #121 from polyphenolic/fix-responsive-modals

Fix responsive modals
This commit is contained in:
hamza zia 2014-12-15 21:59:31 +08:00
commit ba7187d81b

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

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