Fix profile modal window height

This commit is contained in:
Dionysis Zindros 2014-01-10 15:52:36 -08:00
parent a772fcbc74
commit 6b962c6dd0

View File

@ -153,8 +153,9 @@
.profile-modal .modal-wrapper .profile-modal .modal-wrapper
{ {
width: 528px; width: 528px;
height: 590px; height: 680px;
margin: -300px 0 0 -264px; margin: -340px 0 0 -264px;
border-radius: 5px;
overflow: hidden; overflow: hidden;
} }
.profile-modal .modal-content .profile-modal .modal-content