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

@ -20,7 +20,7 @@ var Whisper = Whisper || {};
Whisper.MessageListView = Whisper.ListView.extend({
tagName: 'ul',
className: 'discussion',
className: 'message-list',
itemView: Whisper.MessageView,
events: {
'add': 'scrollToBottom',