fix: remove Prezi leftovers

This commit is contained in:
paweldomas 2016-09-22 11:00:11 -05:00
parent 4db8faa526
commit e3f3287f14
3 changed files with 2 additions and 4 deletions

View File

@ -129,6 +129,7 @@
.icon-recEnable:before { .icon-recEnable:before {
content: "\e614"; content: "\e614";
} }
// FIXME not used anymore - consider removing in the next font update
.icon-presentation:before { .icon-presentation:before {
content: "\e603"; content: "\e603";
} }

View File

@ -126,7 +126,6 @@
object-fit: cover; object-fit: cover;
} }
#presentation,
#sharedVideo, #sharedVideo,
#etherpad, #etherpad,
#localVideoWrapper>video, #localVideoWrapper>video,
@ -145,8 +144,7 @@
height: 100%; height: 100%;
} }
#etherpad, #etherpad {
#presentation {
text-align: center; text-align: center;
} }

View File

@ -217,7 +217,6 @@
</div> </div>
<div id="videospace"> <div id="videospace">
<div id="largeVideoContainer" class="videocontainer"> <div id="largeVideoContainer" class="videocontainer">
<div id="presentation"></div>
<div id="sharedVideo"><div id="sharedVideoIFrame"></div></div> <div id="sharedVideo"><div id="sharedVideoIFrame"></div></div>
<div id="etherpad"></div> <div id="etherpad"></div>
<a target="_new"><div class="watermark leftwatermark"></div></a> <a target="_new"><div class="watermark leftwatermark"></div></a>