From 24a18e91b34fd7c44a30008e209ac385eb978f2b Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 4 Sep 2015 13:11:21 -0700 Subject: [PATCH] Clean up shared compose/group update ui Makes the groupupdate and recipient input fields stick to the top, restyles the typeahead as a floating dropdown list of suggestions rather than a full width component, fixes group avatar thumbnail rendering. // FREEBIE --- background.html | 38 ++++----- js/views/conversation_view.js | 2 +- js/views/new_conversation_view.js | 14 +++- js/views/new_group_update_view.js | 20 ++--- js/views/recipients_input_view.js | 13 +++- stylesheets/_conversation.scss | 17 ++-- stylesheets/_global.scss | 55 +++++++------ stylesheets/_index.scss | 10 +-- stylesheets/manifest.css | 124 +++++++++++++++--------------- 9 files changed, 150 insertions(+), 143 deletions(-) diff --git a/background.html b/background.html index 40491bb7b..62d72fedc 100644 --- a/background.html +++ b/background.html @@ -41,7 +41,7 @@