Changes the logo of the welcome page to use the image from conference page.

This commit is contained in:
hristoterezov 2014-09-02 11:33:00 +03:00
parent f65640882f
commit 8fc6f3e54e
2 changed files with 11 additions and 2 deletions

View File

@ -125,8 +125,10 @@
#jitsi_logo #jitsi_logo
{ {
background-image:url(../images/welcome_page/jitsi-logo.png); background-image:url(../images/watermark.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain;
background-position: center left;
width: 186px; width: 186px;
height: 74px; height: 74px;
position: absolute; position: absolute;
@ -136,7 +138,10 @@
#brand_logo #brand_logo
{ {
background-image:url(../images/welcome_page/brand-logo.png); background-image:url(../images/rightwatermark.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center left;
width: 215px; width: 215px;
height: 55px; height: 55px;
position: absolute; position: absolute;

View File

@ -74,6 +74,10 @@
<div id="jitsi_logo"></div> <div id="jitsi_logo"></div>
</a> </a>
<!--<a href="http://jitsi.org" target="_new">
<div id="brand_logo"></div>
</a>-->
<div id="enter_room_container"> <div id="enter_room_container">
<div id="enter_room_form" > <div id="enter_room_form" >
<div id="domain_name"></div> <div id="domain_name"></div>