Created
February 6, 2013 11:38
-
-
Save yaph/4722077 to your computer and use it in GitHub Desktop.
Custom sized Twitter bootstrap modal windows, based on http://stackoverflow.com/a/10513686/291931
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.modal { | |
width:38%; /* desired relative width */ | |
left:31%; /* (100%-width)/2 */ | |
height:56%; /* desired relative height */ | |
top:22%; /* (100%-height)/2 */ | |
margin:auto; /* place center */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment