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
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-07-08 15:30:32 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-07-20 16:07:41 +0300
commitdaaa3ded8d73fe3e9eb483cbf1174ed245e6250b (patch)
treebbd225b10390909afb42abb4b792219e5a8d5dad /apps
parentb37e1ed17f54916e3321427d92afa3f74ebea1b3 (diff)
Add clipboard button to public share link
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/sharetabview.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 04338820881..66c8b4691eb 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -10,8 +10,9 @@
top: 2px;
}
-.shareTabView .shareWithRemoteInfo {
- padding: 11px 20px;
+.shareTabView .shareWithRemoteInfo,
+.shareTabView .clipboardButton {
+ padding-left: 10px;
}
.shareTabView label {
@@ -28,7 +29,8 @@
width: 94%;
margin-left: 0;
}
-.shareTabView input[type="text"].shareWithField {
+.shareTabView input[type="text"].shareWithField,
+.shareTabView input[type="text"].linkText {
width: 80%;
}