diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-11-09 08:13:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 08:13:45 +0100 |
commit | 909b5dc76bb4617077f1f664e78cc3e20293a66e (patch) | |
tree | 0fefdb63ebe7218c31cc26b503e5d2a2cab1d23d | |
parent | 66fac19c41f2f4e484e8a0b9a476f1a2574ac057 (diff) | |
parent | c463380ef2c9052a95601ce1f91c2e9262dfedab (diff) | |
download | nextcloud-server-909b5dc76bb4617077f1f664e78cc3e20293a66e.tar.gz nextcloud-server-909b5dc76bb4617077f1f664e78cc3e20293a66e.zip |
Merge pull request #2056 from nextcloud/stable10-fix-public-button
[stable10] fix button on public upload page
-rw-r--r-- | apps/files_sharing/css/public.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 4c5f847f9ff..43d191700ab 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -188,16 +188,17 @@ thead { } #public-upload #emptycontent .button { + display: inline-block; + height: auto; + width: auto; background-size: 16px; - height: 16px; - width: 16px; background-position: 16px; opacity: .7; font-size: 20px; + line-height: initial; margin: 20px; padding: 10px 20px; padding-left: 42px; - font-weight: normal; } #public-upload #emptycontent ul { |