[Pkg-owncloud-commits] [owncloud] 211/273: allow horizontal scrollbar in settings to make user mgmt usable on mobile

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:18 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 ed3757382226cd0010999ae71b9f6c034dc5f074
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jul 2 16:13:20 2014 +0200

    allow horizontal scrollbar in settings to make user mgmt usable on mobile
---
 core/css/mobile.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core/css/mobile.css b/core/css/mobile.css
index 1f08110..bdca29d 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -82,6 +82,11 @@
 	background-color: #fff;
 	overflow-x: hidden !important;
 }
+/* allow horizontal scrollbar in settings
+	otherwise user management is not usable on mobile */
+#body-settings #app-content {
+	overflow-x: auto !important;
+}
 
 #app-navigation-toggle {
 	position: fixed;

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