diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-03 09:35:54 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-03 09:35:54 +0200 |
commit | 96af627bb723e56341b2ac2d3cc97a7921e07e54 (patch) | |
tree | 87d4c69ed0fd1e7b67d545134c532c5a7dc96d3c /core | |
parent | 092eae496638a487b1329f6a10f48d73073a9296 (diff) | |
download | nextcloud-server-96af627bb723e56341b2ac2d3cc97a7921e07e54.tar.gz nextcloud-server-96af627bb723e56341b2ac2d3cc97a7921e07e54.zip |
fix sharing icon's alignment and add padding to the unshare icon
Diffstat (limited to 'core')
-rw-r--r-- | core/css/share.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/share.css b/core/css/share.css index 40f00fde39f..6ccb82a09ff 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -69,7 +69,7 @@ } #shareWithList .sharingOptionsGroup .popovermenu { - right: 12px; + right: 44px; } #shareWithList .shareOption { |