Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-20 12:22:24 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-21 16:02:21 +0300
commit58debbe42c16ee4ab7d36ffc91a53ae953c09021 (patch)
tree1f2e0a7bc16ea5a3462a9f7d947444b01792e13f /apps/files_sharing/css
parente302cadae27ed560960b2b87810023ec4827aa4d (diff)
Tests fixes and design bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/sharetabview.scss22
1 files changed, 21 insertions, 1 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index 82a04936bfd..b3516c68573 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -135,10 +135,16 @@
margin-left: 0;
margin-right: 0;
}
+ // share note on the sidebar
+ .share-note {
+ border-radius: var(--border-radius);
+ margin-bottom: 10px;
+ margin-left: 37px;
+ }
}
// Sharing tab users list
-#shareWithList {
+.shareWithList {
list-style-type: none;
display: flex;
flex-direction: column;
@@ -218,4 +224,18 @@
left: 8px;
right: auto;
}
+}
+
+.reshare,
+#link label,
+#expiration label {
+ display: inline-flex;
+ align-items: center;
+ .avatar {
+ margin-right: 5px;
+ }
+}
+
+.resharerInfoView.subView {
+ position: relative;
} \ No newline at end of file