[Pkg-owncloud-commits] [owncloud] 08/258: allow horizontal scrollbar for personal and admin settings

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:15 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 30cc4b929391af14013b0ccf9095b52fe0506fc1
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Aug 28 18:17:50 2014 +0200

    allow horizontal scrollbar for personal and admin settings
---
 core/css/styles.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index ae98384..66b1885 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -302,6 +302,10 @@ input[type="submit"].enabled {
 	-moz-box-sizing:border-box;
 	box-sizing:border-box;
 }
+/* allow horizontal scrollbar for personal and admin settings */
+#body-settings:not(.snapjs-left) .app-settings {
+	overflow-x: auto;
+}
 
 #emptycontent {
 	font-size: 16px;

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