Update styles to material design to match Android client (first pass)

This commit is contained in:
Riley Shaw
2015-01-19 16:44:34 -10:00
committed by lilia
parent 783a3f7c15
commit 9071d98395
19 changed files with 532 additions and 1241 deletions

View File

@@ -37,7 +37,7 @@
this.view = new Whisper.MessageListView({
collection: this.model.messageCollection
});
$('#conversation-container').append(this.view.el);
$('#header').after(this.view.el);
//new ...({el: $(#conversation-container)})
this.model.fetchMessages({reset: true});
},