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

remotes/origin/stable6
Jörn Friedrich Dreyer 13 years ago
parent 23c015ba52
commit 379ddd88d6
  1. 4
      apps/files_sharing/css/mobile.css

@ -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,

Loading…
Cancel
Save