summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-24 23:26:56 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-24 23:26:56 +0200
commitd4515ae6037b3c270081a72879168da71d0b005f (patch)
tree3198f74498668600dea2d850bb653e7a9bb5725a /apps
parent8a231a4223a45b7e58bfeb30196c54126fc56521 (diff)
downloadnextcloud-server-d4515ae6037b3c270081a72879168da71d0b005f.tar.gz
nextcloud-server-d4515ae6037b3c270081a72879168da71d0b005f.zip
fix button on public upload page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
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 {