summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Douma <rullzer@users.noreply.github.com>2016-07-20 20:11:08 +0200
committerGitHub <noreply@github.com>2016-07-20 20:11:08 +0200
commit9f219f55f29fa17b3a92c3b8316d57225cc98302 (patch)
tree0a5caf0af23c7841ebcb676a46fc9d3a4bf2bee2 /apps
parent26cf51403e51c8753b9075df76ebc9ea90901851 (diff)
parent4d67429cf034ef4912bd78fb9dac91155ff0fec1 (diff)
downloadnextcloud-server-9f219f55f29fa17b3a92c3b8316d57225cc98302.tar.gz
nextcloud-server-9f219f55f29fa17b3a92c3b8316d57225cc98302.zip
Merge pull request #467 from nextcloud/use-clipboard-api
Use clipboard api
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/sharetabview.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 04338820881..e048b7564ac 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,9 @@
width: 94%;
margin-left: 0;
}
-.shareTabView input[type="text"].shareWithField {
+.shareTabView input[type="text"].shareWithField,
+.shareTabView input[type="text"].emailField,
+.shareTabView input[type="text"].linkText {
width: 80%;
}