diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 09:45:19 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 09:45:19 +0200 |
commit | e9f616b0a03e830ae3ec723a8eff511220810eca (patch) | |
tree | e5e4fe7567018872f312cd8642097cfe5f889c6e /apps/files_sharing/css | |
parent | 1a1c5aa3c09322f2c69f9ed39078f495c840ebd0 (diff) | |
parent | 0df04975b0f2a938b85c6443f76d44f4706c11c1 (diff) | |
download | nextcloud-server-e9f616b0a03e830ae3ec723a8eff511220810eca.tar.gz nextcloud-server-e9f616b0a03e830ae3ec723a8eff511220810eca.zip |
Merge pull request #9391 from owncloud/design-mobile-share
Fix mobile share view glitches
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
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, |