From 3e11515b9c4ab9f8cb9c3f48082d6d086801c0e7 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 18 Oct 2018 12:36:37 +0200 Subject: Merge contacts and add type of result to the UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/css/sharetabview.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'apps') diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index 11747e5c062..c3c55c10ba2 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -4,6 +4,10 @@ .share-autocomplete-item { display: flex; + + &.merged { + margin-left: 32px; + } .autocomplete-item-text { margin-left: 10px; margin-right: 10px; @@ -13,6 +17,21 @@ line-height: 32px; vertical-align: middle; flex-grow: 1; + .ui-state-highlight { + border: none; + margin: 0; + } + } + &.with-description { + .autocomplete-item-text { + line-height: 100%; + } + } + .autocomplete-item-details { + display: block; + line-height: 130%; + font-size: 90%; + opacity: 0.7; } } -- cgit v1.2.3