aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-09-05 02:02:55 +0200
committerVincent Petry <pvince81@owncloud.com>2015-09-16 07:23:27 +0200
commit258a2e2696c0c2a1e784fe27cbd8ca9a4dc8b8ca (patch)
tree158797333115ab4ed60ea876ade7a3f06b69a8e2 /apps/files_sharing
parent858a2a4e6c42f8cc68212439930c16029a6bba36 (diff)
downloadnextcloud-server-258a2e2696c0c2a1e784fe27cbd8ca9a4dc8b8ca.tar.gz
nextcloud-server-258a2e2696c0c2a1e784fe27cbd8ca9a4dc8b8ca.zip
now you even can share
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/appinfo/app.php1
-rw-r--r--apps/files_sharing/css/sharetabview.css1
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index 2bb872eaad6..8d919d1466f 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -61,6 +61,7 @@ $eventDispatcher->addListener(
\OCP\Util::addScript('files_sharing', 'share');
\OCP\Util::addScript('files_sharing', 'sharetabview');
\OCP\Util::addScript('files_sharing', 'external');
+ \OCP\Util::addStyle('files_sharing', 'sharetabview');
}
);
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 8b9af852531..96a75717c53 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -5,7 +5,6 @@
.shareTabView .oneline { white-space: nowrap; }
.shareTabView .shareWithLoading {
- display: inline-block !important;
padding-left: 10px;
position: relative;
right: 30px;