소스 검색

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

master
hristoterezov 10 년 전
부모
커밋
8fc6f3e54e
2개의 변경된 파일11개의 추가작업 그리고 2개의 파일을 삭제
  1. 7
    2
      css/welcome_page.css
  2. 4
    0
      index.html

+ 7
- 2
css/welcome_page.css 파일 보기

@@ -125,8 +125,10 @@
125 125
 
126 126
 #jitsi_logo
127 127
 {
128
-    background-image:url(../images/welcome_page/jitsi-logo.png);
128
+    background-image:url(../images/watermark.png);
129 129
     background-repeat: no-repeat;
130
+    background-size: contain;
131
+    background-position: center left;
130 132
     width: 186px;
131 133
     height: 74px;
132 134
     position: absolute;
@@ -136,7 +138,10 @@
136 138
 
137 139
 #brand_logo
138 140
 {
139
-    background-image:url(../images/welcome_page/brand-logo.png);
141
+    background-image:url(../images/rightwatermark.png);
142
+    background-repeat: no-repeat;
143
+    background-size: contain;
144
+    background-position: center left;
140 145
     width: 215px;
141 146
     height: 55px;
142 147
     position: absolute;

+ 4
- 0
index.html 파일 보기

@@ -74,6 +74,10 @@
74 74
                 <div id="jitsi_logo"></div>
75 75
             </a>
76 76
 
77
+            <!--<a href="http://jitsi.org" target="_new">
78
+                <div id="brand_logo"></div>
79
+            </a>-->
80
+
77 81
             <div id="enter_room_container">
78 82
                     <div id="enter_room_form" >
79 83
                         <div id="domain_name"></div>

Loading…
취소
저장