[Pkg-owncloud-commits] [owncloud] 41/145: on mobile, show single shared image at full width without margin

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 16:27:41 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 025ab0dabb4cdec86844947d1b058844f834cd00
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Wed Feb 5 11:06:42 2014 +0100

    on mobile, show single shared image at full width without margin
---
 apps/files_sharing/css/mobile.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css
index 35b90eb..5928074 100644
--- a/apps/files_sharing/css/mobile.css
+++ b/apps/files_sharing/css/mobile.css
@@ -19,5 +19,12 @@ table tr:focus td.filename .nametext {
 	max-width: 60% !important;
 }
 
+/* on mobile, show single shared image at full width without margin */
+#imgframe {
+	width: 100%;
+	padding: 0;
+	margin-bottom: 35px;
+}
+
 
 }
\ No newline at end of file

-- 
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