[Pkg-owncloud-commits] [owncloud] 87/118: do not show update notification on mobile, fix overlapping of header menus, fix #10544

David Prévot taffit at moszumanska.debian.org
Fri Mar 27 22:13:16 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 9bc1f0a67ab3ddbb7dca2d85ea9fc0b7a8365e21
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Mar 25 12:43:05 2015 +0100

    do not show update notification on mobile, fix overlapping of header menus, fix #10544
---
 core/css/mobile.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core/css/mobile.css b/core/css/mobile.css
index a985475..66b6dac 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -54,6 +54,11 @@
 	display: none;
 }
 
+/* do not show update notification on mobile */
+#update-notification {
+	display: none !important;
+}
+
 /* position share dropdown */
 #dropdown {
 	margin-right: 10% !important;

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