Removed title for chat and whiteboard

This commit is contained in:
perroned 2015-05-06 21:17:59 -07:00
parent a241c75093
commit 539fda349e
4 changed files with 2 additions and 8 deletions

View File

@ -627,6 +627,7 @@ body {
height: 28px;
width: 87px;
}
.strikethrough {
position: relative;
}

View File

@ -20,7 +20,7 @@
border-radius: 6px;
padding: 5px;
padding-right: 0px;
background-color: rgba(174, 173, 173, 0.5);
background-color: rgba(174, 173, 173, 0.4);
}
.usernameEntry {

View File

@ -1,9 +1,5 @@
<template name="chatbar">
<div id="{{id}}" {{visibility name}} class="component">
<h3 class="title gradientBar">
<span class="ion-ios-chatbubble"></span>
{{> extraConversations}}
</h3>
{{#if getInSession "display_chatPane"}}
<div id="chatbody">
<ul class="chat" {{messageFontSize}}>

View File

@ -1,8 +1,5 @@
<template name="whiteboard">
<div id="{{id}}" {{visibility name}} class="component gradientBar">
<h3 id="whiteboard-navbar" class="title">
<span class="ion-easel heading"></span>
</h3>
{{#each getCurrentSlide}}
{{> slide}}
{{/each}}