From 560c53087574d3697ed12c28a75aaa7cfe11c518 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 2 Jul 2014 23:21:06 +0200 Subject: hide text of download button, only show icon --- apps/files_sharing/css/mobile.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/files_sharing/css') diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css index 333c4c77fc9..2a630f552ee 100644 --- a/apps/files_sharing/css/mobile.css +++ b/apps/files_sharing/css/mobile.css @@ -5,6 +5,11 @@ 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, -- cgit v1.2.3