Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:39:02 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:39:02 +0400
commit379ddd88d6483b4b5cf43b149e08d9bc7b893d92 (patch)
treed553378e3aa021b55a45d7a5166cd378860aa5a2 /apps
parent23c015ba52d9cd0cf2ef7d98ad5c15cfd4a3cb55 (diff)
make header scroll up for single shares, more view of content on small screens
Diffstat (limited to 'apps')
-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,