summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-03-29 16:26:03 +0530
committerraghunayyar <me@iraghu.com>2013-03-29 16:26:03 +0530
commit024b60deccd898bed60cb43721d29fcdd5251885 (patch)
tree96048672c3a03ef9a02cda0054bd9e8e4a096ec4 /apps
parentdf31ee5a903efb288dcb217dc13591a4efd46572 (diff)
downloadnextcloud-server-024b60deccd898bed60cb43721d29fcdd5251885.tar.gz
nextcloud-server-024b60deccd898bed60cb43721d29fcdd5251885.zip
Adds a fixed width to the filename to prevent horizontal scroll.
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 4d2b16e6f1c..33343d87665 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -84,7 +84,7 @@ table td.filename input.filename { width:100%; cursor:text; }
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:.2em .5em .5em 0; }
table td.filename .nametext, .uploadtext, .modified { float:left; padding:.3em 0; }
/* TODO fix usability bug (accidental file/folder selection) */
-table td.filename .nametext { overflow:hidden; text-overflow:ellipsis; }
+table td.filename .nametext { overflow:hidden; text-overflow:ellipsis; width:800px; }
table td.filename .uploadtext { font-weight:normal; margin-left:.5em; }
table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }