]> source.dussan.org Git - nextcloud-server.git/commitdiff
make header scroll up for single shares, more view of content on small screens
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 29 Jan 2014 16:20:55 +0000 (17:20 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 29 Jan 2014 16:20:55 +0000 (17:20 +0100)
apps/files_sharing/css/mobile.css

index 3312983b644b84432369c13582e9e22b27a91358..7d2116d190dc542564310b9ef8618304b8e8f242 100644 (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,