Spans to divs
This commit is contained in:
parent
86e3e2b484
commit
f1cc77c936
12
index.html
12
index.html
|
@ -51,21 +51,21 @@
|
|||
<div class="header_button_separator"></div>
|
||||
<a role="button" aria-label="Invite others" tabindex="0" onclick="openLinkDialog();"><i class="fa fa-link fa-lg"></i></a>
|
||||
<div class="header_button_separator"></div>
|
||||
<span class="toolbar_span">
|
||||
<div class="toolbar_span">
|
||||
<a role="button" aria-label="Open chat" tabindex="0" onclick='Chat.toggleChat();'><i id="chat" class="fa fa-comments-o fa-lg"></i></a>
|
||||
<span id="unreadMessages"></span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="header_button_separator"></div>
|
||||
<a role="button" aria-label="Share prezi" tabindex="0" onclick='openPreziDialog();'><i class="fa fa-picture-o fa-lg"></i></a>
|
||||
<span id="etherpadButton">
|
||||
<div id="etherpadButton">
|
||||
<div class="header_button_separator"></div>
|
||||
<a role="button" aria-label="Open shared document" tabindex="0" onclick='Etherpad.toggleEtherpad(0);'><i class="fa fa-file-text fa-lg"></i></a>
|
||||
</span>
|
||||
</div>
|
||||
<div class="header_button_separator"></div>
|
||||
<span id="desktopsharing" style="display: none">
|
||||
<div id="desktopsharing" style="display: none">
|
||||
<a role="button" aria-label="Share screen" tabindex="0" onclick="toggleScreenSharing();"><i class="fa fa-desktop fa-lg"></i></a>
|
||||
<div class="header_button_separator"></div>
|
||||
</span>
|
||||
</div>
|
||||
<a role="button" aria-label="Enter / Exit Full Screen" tabindex="0" onclick='toggleFullScreen();'><i class="fa fa-arrows-alt fa-lg"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue