[Pkg-owncloud-commits] [owncloud] 55/145: make header scroll up for single shares, more view of content on small screens

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 16:27:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 379ddd88d6483b4b5cf43b149e08d9bc7b893d92
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Wed Feb 5 11:39:02 2014 +0100

    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 3312983..7d2116d 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list