Browse Source

quick fix of new user modal wrapper margin offset

master
Simon Grim 10 years ago
parent
commit
7407b573d3
  1. 3
      css/style.css
  2. 3
      theme_calm/css/style.css

3
css/style.css

@ -1418,9 +1418,10 @@ ol.toptrends-list {
**************************************/ **************************************/
.new-user .modal-wrapper .new-user .modal-wrapper
{ {
top: 50%;
width: 720px; width: 720px;
height: 400px; height: 400px;
margin: 60px 0 0 -360px; margin: -200px 0 0 -360px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: hidden; overflow-y: hidden;
} }

3
theme_calm/css/style.css

@ -1910,9 +1910,10 @@ textarea.splited-post {
**************************************/ **************************************/
.new-user .modal-wrapper .new-user .modal-wrapper
{ {
top: 50%;
width: 720px; width: 720px;
height: 400px; height: 400px;
margin: -200px 0 0 -280px; margin: -200px 0 0 -360px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: hidden; overflow-y: hidden;
} }

Loading…
Cancel
Save