diff --git a/views/options/groups/chat-box.jade b/views/options/groups/chat-box.jade index 60d03d9211..63b0427266 100644 --- a/views/options/groups/chat-box.jade +++ b/views/options/groups/chat-box.jade @@ -1,14 +1,14 @@ form(ng-submit='postChat(group,_chatMessage)') - //FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like - //textarea.span6(rows='3', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage') - textarea.span6.chat-textarea(rows='3', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage') - br - table - tr - td - input.btn.chat-btn(type='submit', value='Send Chat') - td - button.btn - i(class='pull-right icon-refresh', ng-click='sync(group)', tooltip='Fetch Recent Messages') + .whatever-options + //FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like + .control-group.option-large + textarea.chat-textarea.option-content(style='height:6em;', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage') + table.pull-right + tr + td + input.btn.chat-btn(type='submit', value='Send Chat') + td + button.btn + i(class='pull-right icon-refresh', ng-click='sync(group)', tooltip='Fetch Recent Messages') diff --git a/views/options/groups/tavern.jade b/views/options/groups/tavern.jade index e5d30e2012..a1f05d5533 100644 --- a/views/options/groups/tavern.jade +++ b/views/options/groups/tavern.jade @@ -41,8 +41,9 @@ li h4 a(target='_blank', href='http://community.habitrpg.com/forum') Community Forum + .span8(ng-controller='ChatCtrl') - h3 Tavern Talk & LFG + h3 Tavern Talk .row-fluid .span3 ul.unstyled.buttonList