From 379ddd88d6483b4b5cf43b149e08d9bc7b893d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 5 Feb 2014 11:39:02 +0100 Subject: [PATCH] make header scroll up for single shares, more view of content on small screens --- apps/files_sharing/css/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css index 3312983b644..7d2116d190d 100644 --- a/apps/files_sharing/css/mobile.css +++ b/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,