Fix chat box layout

This commit is contained in:
Lance Stout 2013-09-27 12:10:30 -07:00
parent bec2387801
commit 58765c20a0
3 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,9 @@ module.exports = HumanView.extend({
template: templates.body,
initialize: function () {
this.listenTo(app.state, 'change:title', this.handleTitle);
window.macgap.dock.badge = '';
if (window.macgap) {
window.macgap.dock.badge = '';
}
},
events: {
'click a[href]': 'handleLinkClick',

View File

@ -149,7 +149,7 @@
bottom: 0px
position: fixed
right: 0px
left: 181px
left: 201px
z-index: 200
form

View File

@ -812,7 +812,7 @@ h3 {
bottom: 0px;
position: fixed;
right: 0px;
left: 181px;
left: 201px;
z-index: 200;
}
.chatBox form {