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 7780e45348
commit db84c1c872
No known key found for this signature in database
GPG key ID: 9CE5ED29E7FCD38A

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;
}