Переглянути джерело

fix: remove Prezi leftovers

j8
paweldomas 8 роки тому
джерело
коміт
e3f3287f14
3 змінених файлів з 2 додано та 4 видалено
  1. 1
    0
      css/_font.scss
  2. 1
    3
      css/_videolayout_default.scss
  3. 0
    1
      index.html

+ 1
- 0
css/_font.scss Переглянути файл

129
 .icon-recEnable:before {
129
 .icon-recEnable:before {
130
   content: "\e614";
130
   content: "\e614";
131
 }
131
 }
132
+// FIXME not used anymore - consider removing in the next font update
132
 .icon-presentation:before {
133
 .icon-presentation:before {
133
   content: "\e603";
134
   content: "\e603";
134
 }
135
 }

+ 1
- 3
css/_videolayout_default.scss Переглянути файл

126
     object-fit: cover;
126
     object-fit: cover;
127
 }
127
 }
128
 
128
 
129
-#presentation,
130
 #sharedVideo,
129
 #sharedVideo,
131
 #etherpad,
130
 #etherpad,
132
 #localVideoWrapper>video,
131
 #localVideoWrapper>video,
145
     height: 100%;
144
     height: 100%;
146
 }
145
 }
147
 
146
 
148
-#etherpad,
149
-#presentation {
147
+#etherpad {
150
     text-align: center;
148
     text-align: center;
151
 }
149
 }
152
 
150
 

+ 0
- 1
index.html Переглянути файл

217
         </div>
217
         </div>
218
         <div id="videospace">
218
         <div id="videospace">
219
             <div id="largeVideoContainer" class="videocontainer">
219
             <div id="largeVideoContainer" class="videocontainer">
220
-                <div id="presentation"></div>
221
                 <div id="sharedVideo"><div id="sharedVideoIFrame"></div></div>
220
                 <div id="sharedVideo"><div id="sharedVideoIFrame"></div></div>
222
                 <div id="etherpad"></div>
221
                 <div id="etherpad"></div>
223
                 <a target="_new"><div class="watermark leftwatermark"></div></a>
222
                 <a target="_new"><div class="watermark leftwatermark"></div></a>

Завантаження…
Відмінити
Зберегти