Fixes the position of the input in the welcome page.

pull/104/head
hristoterezov 11 years ago
parent 199fb025b9
commit 44f22e5d16
  1. 4
      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

Loading…
Cancel
Save