Fixes names of images in css.
This commit is contained in:
parent
1794003875
commit
26746b21bd
|
@ -329,7 +329,7 @@ form {
|
||||||
|
|
||||||
#brand_logo
|
#brand_logo
|
||||||
{
|
{
|
||||||
background-image:url(../images/welcome_page/unicef-logo.png);
|
background-image:url(../images/welcome_page/brand-logo.png);
|
||||||
width: 215px;
|
width: 215px;
|
||||||
height: 55px;
|
height: 55px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -340,7 +340,7 @@ form {
|
||||||
|
|
||||||
#brand_header
|
#brand_header
|
||||||
{
|
{
|
||||||
background-image:url(../images/welcome_page/unicef-header-big.png);
|
background-image:url(../images/welcome_page/header-big.png);
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width: 583px;
|
width: 583px;
|
||||||
height: 274px;
|
height: 274px;
|
||||||
|
|
|
@ -66,17 +66,13 @@
|
||||||
<a href="http://jitsi.org" target="_new">
|
<a href="http://jitsi.org" target="_new">
|
||||||
<div id="jitsi_logo"></div>
|
<div id="jitsi_logo"></div>
|
||||||
</a>
|
</a>
|
||||||
<a href="http://unicefuganda.org/" target="_new">
|
|
||||||
<div id="brand_logo"></div>
|
|
||||||
</a>
|
|
||||||
<div id="enter_room">
|
<div id="enter_room">
|
||||||
<input id="enter_room_field" type="text" placeholder="Enter room name" />
|
<input id="enter_room_field" type="text" placeholder="Enter room name" />
|
||||||
<input id="enter_room_button" type="button" value="GO" />
|
<input id="enter_room_button" type="button" value="GO" />
|
||||||
</div>
|
</div>
|
||||||
<div id="brand_header"></div>
|
<div id="brand_header"></div>
|
||||||
<div id="header_text">
|
<div id="header_text"></div>
|
||||||
Welcome to uTalk! A free and open-source WebRTC video conferencing system developed by BlueJimp and UNICEF Uganda in collaboration with the Jitsi.org community.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="welcome_page_main">
|
<div id="welcome_page_main">
|
||||||
<div id="features">
|
<div id="features">
|
||||||
|
|
Loading…
Reference in New Issue