[Pkg-owncloud-commits] [owncloud] 210/273: prevent overflow in user management controls bar, fix #9277

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 c483fb2f04b26061a05db08e8024b1c875691c39
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jul 2 16:07:55 2014 +0200

    prevent overflow in user management controls bar, fix #9277
---
 core/css/mobile.css | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/core/css/mobile.css b/core/css/mobile.css
index 2003e0a..1f08110 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -129,6 +129,15 @@ table.multiselect thead {
 }
 
 
+/* prevent overflow in user management controls bar */
+#usersearchform {
+	display: none;
+}
+#body-settings #controls {
+	min-width: 768px !important;
+}
+
+
 /* fix controls bar jumping when navigation is slid out */
 .snapjs-left #app-navigation-toggle,
 .snapjs-left #controls {

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