Merge pull request #220 from slr/tasty-fix-new-user-modal

quick fix of new user modal wrapper margin offset
This commit is contained in:
miguelfreitas 2015-02-03 22:44:56 -02:00
commit 7e0d35e619
2 changed files with 4 additions and 2 deletions

View File

@ -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: -200px 0 0 -280px; margin: -200px 0 0 -360px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: hidden; overflow-y: hidden;
} }

View File

@ -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;
} }