Fix missing text for downloads on mobile

* fixes #2362

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2016-11-29 17:06:09 +01:00
parent 1c4a1b8807
commit f39a308527
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ table td.filename .nametext {
padding: 0 6px 0 12px;
}
/* hide text of the actions on mobile */
#fileList a.action span {
#fileList a.action:not(.menuitem) span {
display: none;
}