diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 1e7b1d45f7194ef0ed013aa50114c69e8e306ab0..5b947fa326cb051938a7cc72578e0535cb9c4a17 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -261,10 +261,14 @@ table td.filename .thumbnail {
 }
 table td.filename input.filename {
 	width: 70%;
-	margin-top: 1px;
-	margin-left: 48px;
+	margin-top: 9px;
+	margin-left: 8px;
 	cursor: text;
 }
+.has-favorites table td.filename input.filename {
+	margin-left: 52px;
+}
+
 table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; }
 table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-child { float:left; padding:15px 0; }