From 110bc3e7e9258903230780b25478b03c562cded8 Mon Sep 17 00:00:00 2001
From: Asaad Mahmood
Date: Thu, 29 Oct 2015 00:02:17 +0500
Subject: [PATCH] Multiple UI changes
---
web/react/components/file_attachment.jsx | 2 +-
web/react/components/get_link_modal.jsx | 2 +-
web/react/components/navbar_dropdown.jsx | 1 +
web/react/components/search_autocomplete.jsx | 23 ++++++----
web/react/components/setting_picture.jsx | 4 +-
web/react/components/sidebar_header.jsx | 11 +++++
.../components/team_signup_with_email.jsx | 2 +-
web/react/utils/utils.jsx | 2 +
web/sass-files/sass/partials/_base.scss | 6 +++
web/sass-files/sass/partials/_modal.scss | 5 +--
web/sass-files/sass/partials/_popover.scss | 30 +++++++++++++
web/sass-files/sass/partials/_responsive.scss | 12 +++++-
web/sass-files/sass/partials/_search.scss | 42 +------------------
web/sass-files/sass/partials/_settings.scss | 3 +-
14 files changed, 86 insertions(+), 59 deletions(-)
diff --git a/web/react/components/file_attachment.jsx b/web/react/components/file_attachment.jsx
index 4d4e8390c4..e707e32f52 100644
--- a/web/react/components/file_attachment.jsx
+++ b/web/react/components/file_attachment.jsx
@@ -270,7 +270,7 @@ export default class FileAttachment extends React.Component {
href={fileUrl}
download={filenameString}
data-toggle='tooltip'
- title={filenameString}
+ title={'Download ' + filenameString}
className='post-image__name'
>
{trimmedFilename}
diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx
index 325e86f3db..8839bc3c72 100644
--- a/web/react/components/get_link_modal.jsx
+++ b/web/react/components/get_link_modal.jsx
@@ -98,7 +98,7 @@ export default class GetLinkModal extends React.Component {