diff --git a/apps/files_sharing/css/mobile.scss b/apps/files_sharing/css/mobile.scss
index 8e58aa439c6e627c3edee2d0d99a4eda0d05ff00..00a7cd1baf2770aeb58b4da76c7c8ed6d50981f3 100644
--- a/apps/files_sharing/css/mobile.scss
+++ b/apps/files_sharing/css/mobile.scss
@@ -5,11 +5,6 @@
 	position: absolute !important;
 }
 
-/* hide text of download button, only show icon */
-#download-text {
-	display: none;
-}
-
 /* hide size and date columns */
 table th#headerSize,
 table td.filesize,
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index c87ae46b5d03c11938ff87fbf184a026a9a72384..ef37d785e927507ddd7ce4a8fc07584d025c1de3 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -94,6 +94,10 @@ thead {
 	margin-right: auto;
 }
 
+.download-size {
+	opacity: .5;
+}
+
 .directLink label {
 	font-weight: normal;
 	opacity: .5;
@@ -129,7 +133,6 @@ thead {
 
 #remote_address {
 	width: 200px;
-
 	margin-right: 4px;
 	height: 31px;
 }
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 0c12c86da097befc0078586b678f3aae40e91465..4e9ff1e8a6acb13a33110999037e6b3feeb2415e 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -55,7 +55,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
 					<li>
 						<a href="<?php p($_['downloadURL']); ?>" id="download">
 							<span class="icon icon-download"></span>
-							<span id="download-text"><?php p($l->t('Download'))?> (<?php p($_['fileSize']) ?>)</span>
+							<?php p($l->t('Download'))?>&nbsp;<span class="download-size">(<?php p($_['fileSize']) ?>)</span>
 						</a>
 					</li>
 					<li>