Bläddra i källkod

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

master
hristoterezov 10 år sedan
förälder
incheckning
8fc6f3e54e
2 ändrade filer med 11 tillägg och 2 borttagningar
  1. 7
    2
      css/welcome_page.css
  2. 4
    0
      index.html

+ 7
- 2
css/welcome_page.css Visa fil

125
 
125
 
126
 #jitsi_logo
126
 #jitsi_logo
127
 {
127
 {
128
-    background-image:url(../images/welcome_page/jitsi-logo.png);
128
+    background-image:url(../images/watermark.png);
129
     background-repeat: no-repeat;
129
     background-repeat: no-repeat;
130
+    background-size: contain;
131
+    background-position: center left;
130
     width: 186px;
132
     width: 186px;
131
     height: 74px;
133
     height: 74px;
132
     position: absolute;
134
     position: absolute;
136
 
138
 
137
 #brand_logo
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
     width: 215px;
145
     width: 215px;
141
     height: 55px;
146
     height: 55px;
142
     position: absolute;
147
     position: absolute;

+ 4
- 0
index.html Visa fil

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

Laddar…
Avbryt
Spara