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-21 16:48:06 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-21 19:31:06 +0300
commite6ded2ad5e0c98afd070f76f8735b2994064d9ed (patch)
treeabe266bd55faeb8eb1e8137d4bfd1f7793e1523b /apps/files_sharing/css
parent70262fb11a9e165fe3f6747c58acad99a8946904 (diff)
Design fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/sharetabview.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index b3516c68573..83790c9ec4f 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -29,8 +29,8 @@
.clipboardButton,
.linkPass .icon-loading-small {
position: absolute;
- right: -7px;
- top: -2px;
+ right: 2px;
+ top: 6px;
padding: 14px;
}
.shareWithConfirm {
@@ -153,6 +153,7 @@
white-space: normal;
display: inline-flex;
align-items: center;
+ position: relative;
.avatar {
width: 32px;
height: 32px;
@@ -203,6 +204,7 @@
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
+ z-index: 1550 !important;
}
.notCreatable {