make header scroll up for single shares, more view of content on small screens

This commit is contained in:
Jörn Friedrich Dreyer 2014-02-05 11:39:02 +01:00
parent 23c015ba52
commit 379ddd88d6

View file

@ -1,5 +1,9 @@
@media only screen and (max-width: 600px) {
/* make header scroll up for single shares, more view of content on small screens */
#header.share-file {
position: absolute !important;
}
/* hide size and date columns */
table th#headerSize,