1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 17:22:22 -05:00

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, template: templates.body,
initialize: function () { initialize: function () {
this.listenTo(app.state, 'change:title', this.handleTitle); this.listenTo(app.state, 'change:title', this.handleTitle);
if (window.macgap) {
window.macgap.dock.badge = ''; window.macgap.dock.badge = '';
}
}, },
events: { events: {
'click a[href]': 'handleLinkClick', 'click a[href]': 'handleLinkClick',

View File

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

View File

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