[Pkg-owncloud-commits] [owncloud] 44/145: make sure there's enough room for the file actions

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 16:27:41 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 e3d8758a32e0c3533cdbcb7bf2e40fb8c0fd4906
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Wed Feb 5 11:12:01 2014 +0100

    make sure there's enough room for the file actions
---
 apps/files/css/files.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 4beb01a..eb009cf 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -65,6 +65,14 @@
 	top: 44px;
 	width: 100%;
 }
+/* make sure there's enough room for the file actions */
+#body-user #filestable {
+	min-width: 750px;
+}
+#body-user #controls {
+	min-width: 600px;
+}
+
 #filestable tbody tr { background-color:#fff; height:2.5em; }
 #filestable tbody tr:hover, tbody tr:active {
 	background-color: rgb(240,240,240);

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