Changes the logo of the welcome page to use the image from conference page.
This commit is contained in:
parent
f65640882f
commit
8fc6f3e54e
|
@ -125,8 +125,10 @@
|
|||
|
||||
#jitsi_logo
|
||||
{
|
||||
background-image:url(../images/welcome_page/jitsi-logo.png);
|
||||
background-image:url(../images/watermark.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center left;
|
||||
width: 186px;
|
||||
height: 74px;
|
||||
position: absolute;
|
||||
|
@ -136,7 +138,10 @@
|
|||
|
||||
#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;
|
||||
height: 55px;
|
||||
position: absolute;
|
||||
|
|
|
@ -74,6 +74,10 @@
|
|||
<div id="jitsi_logo"></div>
|
||||
</a>
|
||||
|
||||
<!--<a href="http://jitsi.org" target="_new">
|
||||
<div id="brand_logo"></div>
|
||||
</a>-->
|
||||
|
||||
<div id="enter_room_container">
|
||||
<div id="enter_room_form" >
|
||||
<div id="domain_name"></div>
|
||||
|
|
Loading…
Reference in New Issue