summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-24 00:07:20 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-24 11:50:06 +0200
commit36f55b58671ce6584ed8f292567beb4babb3a190 (patch)
treee64da752da938dba612b56403c4aa3dc7655a897 /apps
parent11c795388848807590cb56befb28cafec17be3bd (diff)
downloadnextcloud-server-36f55b58671ce6584ed8f292567beb4babb3a190.tar.gz
nextcloud-server-36f55b58671ce6584ed8f292567beb4babb3a190.zip
Fix working icon placement on password save
Before, the icon appeared below the text input for the password. Now, it appears inside the text input, to the right end. The CSS was adjusted based on other icons shown in that position for other text inputs in the Share tab view, like the information icon or the clipboard icon. Fixes #4135 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/sharetabview.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index 82f0ffa5822..cb2bb463352 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -14,7 +14,8 @@
}
.shareTabView .shareWithRemoteInfo,
-.shareTabView .clipboardButton {
+.shareTabView .clipboardButton,
+.shareTabView .linkPass .icon-loading-small {
position: absolute;
right: -7px;
top: -4px;
@@ -152,7 +153,7 @@
}
.shareTabView .linkPass .icon-loading-small {
- margin-top: 9px;
+ margin-right: 0px;
}
.shareTabView .icon {