From 7407b573d310b23a5f697a29f219aa8bceefba6d Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Wed, 4 Feb 2015 04:12:24 +0600 Subject: [PATCH] quick fix of new user modal wrapper margin offset --- css/style.css | 3 ++- theme_calm/css/style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index db101d8..0391e6f 100644 --- a/css/style.css +++ b/css/style.css @@ -1418,9 +1418,10 @@ ol.toptrends-list { **************************************/ .new-user .modal-wrapper { + top: 50%; width: 720px; height: 400px; - margin: 60px 0 0 -360px; + margin: -200px 0 0 -360px; overflow-x: hidden; overflow-y: hidden; } diff --git a/theme_calm/css/style.css b/theme_calm/css/style.css index 4c3a8ca..c2bc33f 100644 --- a/theme_calm/css/style.css +++ b/theme_calm/css/style.css @@ -1910,9 +1910,10 @@ textarea.splited-post { **************************************/ .new-user .modal-wrapper { + top: 50%; width: 720px; height: 400px; - margin: -200px 0 0 -280px; + margin: -200px 0 0 -360px; overflow-x: hidden; overflow-y: hidden; }