[Pkg-owncloud-commits] [owncloud] 63/273: Fix ellipsis for folders	on mobile screens
    David Prévot 
    taffit at moszumanska.debian.org
       
    Fri Jul  4 03:12:58 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 9eb7ed49255b51138c313741b2f6cd23534f40a6
Author: Morris Jobke <morris.jobke at gmail.com>
Date:   Thu Jun 26 16:37:34 2014 +0200
    Fix ellipsis for folders on mobile screens
    
    * fixes #9162
---
 apps/files/css/mobile.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index a0b92ca..a2c6372 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -25,7 +25,7 @@ table.multiselect thead {
 
 /* restrict length of displayed filename to prevent overflow */
 table td.filename .nametext {
-	max-width: 75% !important;
+	width: 100%;
 }
 
 /* always show actions on mobile, not only on hover */
@@ -51,7 +51,7 @@ table td.filename .nametext {
 
 /* ellipsis on file names */
 table td.filename .nametext .innernametext {
-	max-width: 75%;
+	max-width: 50%;
 }
 
 /* proper notification area for multi line messages */
-- 
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