do not show Deleted Files on mobile, not optimized yet and button too long

This commit is contained in:
Jan-Christoph Borchardt 2014-03-21 15:29:37 +01:00
parent 40c20b2eeb
commit c6aefada71

View file

@ -5,6 +5,11 @@
min-width: initial !important;
}
/* do not show Deleted Files on mobile, not optimized yet and button too long */
#controls #trash {
display: none;
}
/* hide size and date columns */
table th#headerSize,
table td.filesize,