[Pkg-owncloud-commits] [owncloud] 361/457: fix app menu not showing on mobile, fix #16844

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:44 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit a8b51fdcbdbc4b305a0894cfc0459e22289c0c62
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jun 10 13:43:12 2015 +0200

    fix app menu not showing on mobile, fix #16844
---
 core/css/mobile.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/css/mobile.css b/core/css/mobile.css
index cfc8f8b..80217d7 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -21,8 +21,8 @@
 	box-align: center;
 }
 
-/* on mobile, show only the icon of the logo, hide the text */
-#header .header-appname-container {
+/* on mobile public share, show only the icon of the logo, hide the text */
+#body-public #header .header-appname-container {
 	display: none;
 }
 

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