* VRFS-99 - hide chat for now

This commit is contained in:
Seth Call 2014-02-22 08:43:34 +00:00
parent f1908627aa
commit 51ad34d611
3 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,10 @@
#create-session-layout {
.fan-chat-options {
display:none;
}
}
.session-wrapper { .session-wrapper {
padding: 10px 35px; padding: 10px 35px;
white-space: initial; white-space: initial;
@ -121,4 +128,4 @@
padding:10px; padding:10px;
border-bottom:solid 1px #999; border-bottom:solid 1px #999;
cursor:pointer; cursor:pointer;
} }

View File

@ -1,5 +1,5 @@
<!-- Create Session Screen --> <!-- Create Session Screen -->
<div layout="screen" layout-id="createSession" class="screen secondary create-session"> <div layout="screen" layout-id="createSession" class="screen secondary create-session" id="create-session-layout">
<div class="content"> <div class="content">
<div class="content-head"> <div class="content-head">
<div class="content-icon"> <div class="content-icon">
@ -73,7 +73,7 @@
</select> </select>
</div> </div>
<div class="left icheckbuttons"> <div class="left icheckbuttons fan-chat-options">
<input type="radio" name="fan-chat-option" id="fan-chat-option-true" value="true" class="fan-chat-option-true" disabled="disabled" /><label for="fan-chat-option-true" class="radio-text">Chat</label> <input type="radio" name="fan-chat-option" id="fan-chat-option-true" value="true" class="fan-chat-option-true" disabled="disabled" /><label for="fan-chat-option-true" class="radio-text">Chat</label>
<input type="radio" name="fan-chat-option" id="fan-chat-option-false" checked="checked" class="fan-chat-option-false" value="false" disabled="disabled" /><label for="fan-chat-option-false" class="radio-text">No Fan Chat</label> <input type="radio" name="fan-chat-option" id="fan-chat-option-false" checked="checked" class="fan-chat-option-false" value="false" disabled="disabled" /><label for="fan-chat-option-false" class="radio-text">No Fan Chat</label>
</div> </div>

View File

@ -86,6 +86,7 @@
</div> </div>
<!-- Chat --> <!-- Chat -->
<!--
<div layout="panel" layout-id="panelChat"> <div layout="panel" layout-id="panelChat">
<div layout-panel="collapsed"> <div layout-panel="collapsed">
C C
@ -95,12 +96,10 @@
<h2>chat<div id="sidebar-chat-count" class="badge">0</div></h2> <h2>chat<div id="sidebar-chat-count" class="badge">0</div></h2>
</div> </div>
<div layout-panel="contents" class="panelcontents"> <div layout-panel="contents" class="panelcontents">
<!-- chat message input -->
<div class="chat-fixed"> <div class="chat-fixed">
<input id="chat-input" type="text" placeholder="enter message" /><br /> <input id="chat-input" type="text" placeholder="enter message" /><br />
<!-- send to box --> <div class="chat-select">Send to:
<div class="chat-select">Send to:
<select id="sidebar-chat-friend-list"> <select id="sidebar-chat-friend-list">
<option>Everyone</option> <option>Everyone</option>
<option>All Musicians</option> <option>All Musicians</option>
@ -113,6 +112,7 @@
</div> </div>
</div> </div>
</div> </div>
-->
<!-- Notifications --> <!-- Notifications -->
<div layout="panel" layout-id="panelNotifications"> <div layout="panel" layout-id="panelNotifications">