From 6b962c6dd05d6c02deb278c60f93c58f630110c2 Mon Sep 17 00:00:00 2001 From: Dionysis Zindros Date: Fri, 10 Jan 2014 15:52:36 -0800 Subject: [PATCH] Fix profile modal window height --- css/profile.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/profile.css b/css/profile.css index 440eec1..d3f6cbe 100644 --- a/css/profile.css +++ b/css/profile.css @@ -153,8 +153,9 @@ .profile-modal .modal-wrapper { width: 528px; - height: 590px; - margin: -300px 0 0 -264px; + height: 680px; + margin: -340px 0 0 -264px; + border-radius: 5px; overflow: hidden; } .profile-modal .modal-content