diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-08-09 16:18:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-09 16:18:15 +0200 |
commit | edeb41ccaff186b116852df4caf8df144db682c8 (patch) | |
tree | 5023c146e2eff9f546dffe5dd29f9256a5360bb5 /apps/federatedfilesharing/css/settings-personal.css | |
parent | 352ec077a216b873e75e921804c6cc6968a42056 (diff) | |
parent | 6f37a65b774283a10db2cb7f30179c49f252ecbd (diff) | |
download | nextcloud-server-edeb41ccaff186b116852df4caf8df144db682c8.tar.gz nextcloud-server-edeb41ccaff186b116852df4caf8df144db682c8.zip |
Merge pull request #780 from nextcloud/copy_fed_cloud_id
Add clipboard action to Personal Settings Fed Cloud Id
Diffstat (limited to 'apps/federatedfilesharing/css/settings-personal.css')
-rw-r--r-- | apps/federatedfilesharing/css/settings-personal.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/css/settings-personal.css b/apps/federatedfilesharing/css/settings-personal.css index f53365c9371..6cb69f83cb6 100644 --- a/apps/federatedfilesharing/css/settings-personal.css +++ b/apps/federatedfilesharing/css/settings-personal.css @@ -7,6 +7,14 @@ white-space: pre-wrap; } +#fileSharingSettings .icon { + background-size: 16px 16px; + display: inline-block; + position: relative; + top: 3px; + margin-left: 5px; +} + [class^="social-"], [class*=" social-"] { background-repeat: no-repeat; background-position: 2px; |