Fixes the position of the input in the welcome page.
This commit is contained in:
parent
199fb025b9
commit
44f22e5d16
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
#enter_room_container {
|
#enter_room_container {
|
||||||
margin: 70px auto 0px auto;
|
margin: 70px auto 0px auto;
|
||||||
width:468px;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
#enter_room{
|
#enter_room{
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
background-image:url(../images/welcome_page/header-big.png);
|
background-image:url(../images/welcome_page/header-big.png);
|
||||||
width: 583px;
|
width: 583px;
|
||||||
height: 274px;
|
height: 274px;
|
||||||
margin: -55px auto 0px auto;
|
margin: -110px auto 0px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_text
|
#header_text
|
||||||
|
|
Loading…
Reference in New Issue