summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-29 17:20:55 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-29 17:20:55 +0100
commitedea7781b713cc136fede6dfe51b9abbf9a94cf0 (patch)
tree12d9aacdd55c84d6a4d562fe5d7bf8276749e150
parent7655728ddf4edcb02eb2e997e0d16567ee238460 (diff)
downloadnextcloud-server-edea7781b713cc136fede6dfe51b9abbf9a94cf0.tar.gz
nextcloud-server-edea7781b713cc136fede6dfe51b9abbf9a94cf0.zip
make header scroll up for single shares, more view of content on small screens
-rw-r--r--apps/files_sharing/css/mobile.css4
1 files changed, 4 insertions, 0 deletions
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,