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

This commit is contained in:
Jan-Christoph Borchardt 2014-01-29 17:20:55 +01:00
parent 7655728ddf
commit edea7781b7
1 changed files with 4 additions and 0 deletions

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,