[Pkg-owncloud-commits] [owncloud] 41/239: Added min width to files table

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 14ad1ebf533eb211426ad24b862538059b3bfefa
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Thu Nov 21 14:45:24 2013 +0100

    Added min width to files table
    
    Having a too small widths for the files table doesn't make sense as it
    overlaps file actions with the files themselves and make them
    unclickable, especially when viewed on mobile phone.
    
    The compromise that this fix introduces is to have a minimum width that
    will trigger horizontal scrolling, which will at least make it possible
    to click files on mobile phones.
---
 apps/files/css/files.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 5ad9e38..e96fa64 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -65,6 +65,9 @@
 	top: 44px;
 	width: 100%;
 }
+#filestable, #controls {
+	min-width: 680px;
+}
 #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