diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-18 17:40:41 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-18 17:40:41 +0200 |
commit | 7abfe2bd4ff643e9f0558d6173cdf830b47398a6 (patch) | |
tree | 889ca8a8c6ac6275fa8b75e471420677abb36669 /apps/files_sharing/css | |
parent | b201e87af63d212bfd7540d0000b29322a268012 (diff) | |
download | nextcloud-server-7abfe2bd4ff643e9f0558d6173cdf830b47398a6.tar.gz nextcloud-server-7abfe2bd4ff643e9f0558d6173cdf830b47398a6.zip |
Added direct link in public share page
Fixes #1167
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 3aa4a483041..117bbd88f1b 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -132,3 +132,11 @@ thead{ top: -2px; color: #555; } + +.directLink { + margin-bottom: 20px; +} + .directLink input{ + margin-left: 10px; + width: 600px; + } |