summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-25 11:03:21 +0200
committerGitHub <noreply@github.com>2016-10-25 11:03:21 +0200
commite8c359d86ee3ef982bd6979f8f4c75ada08d4628 (patch)
tree9e1c38c51e191af789494e7ba0b9dbd93345ef82 /apps
parent890f752a6b57598ee6b2088a615c41f60d697847 (diff)
parentd4515ae6037b3c270081a72879168da71d0b005f (diff)
downloadnextcloud-server-e8c359d86ee3ef982bd6979f8f4c75ada08d4628.tar.gz
nextcloud-server-e8c359d86ee3ef982bd6979f8f4c75ada08d4628.zip
Merge pull request #1897 from nextcloud/fix-public-button
fix button on public upload page for mobile
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/public.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 1bb83106543..94183cf0057 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -192,16 +192,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 {