From 44f22e5d16742259bb5366c661cbe6c41bed53d6 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Wed, 27 Aug 2014 16:12:13 +0300 Subject: [PATCH] Fixes the position of the input in the welcome page. --- css/welcome_page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/welcome_page.css b/css/welcome_page.css index 75a8a55ad..9b3b9f81e 100644 --- a/css/welcome_page.css +++ b/css/welcome_page.css @@ -99,7 +99,7 @@ #enter_room_container { margin: 70px auto 0px auto; - width:468px; + display: table; } #enter_room{ @@ -150,7 +150,7 @@ background-image:url(../images/welcome_page/header-big.png); width: 583px; height: 274px; - margin: -55px auto 0px auto; + margin: -110px auto 0px auto; } #header_text