From 249e0c1ee2c385e873c339001f25d7fec7f1acdc Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@owncloud.com>
Date: Thu, 26 Apr 2012 01:03:01 +0200
Subject: [PATCH] bring fileactions to the right position again

---
 files/css/files.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/css/files.css b/files/css/files.css
index b544d08cb1..9dce2d9f94 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -64,7 +64,7 @@ table td.filename a.name input, table td.filename a.name form { width:100%; curs
 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 { width:60%; }
+table td.filename .nametext { width:70%; overflow:hidden; }
 table td.filename .uploadtext { font-weight:normal; margin-left:.5em; }
 table td.filename form { float:left; font-size:.85em; }
 table thead.fixed tr{ position:fixed; top:6.5em; z-index:49; -moz-box-shadow:0 -3px 7px #ddd; -webkit-box-shadow:0 -3px 7px #ddd; box-shadow:0 -3px 7px #ddd; }
-- 
GitLab