diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-01-16 19:15:48 +0000 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-01-16 19:15:48 +0000 |
commit | 08d118eab794ee33c60dcb0fa13d1de495a12dfd (patch) | |
tree | 34f992081f140c1e3cc149e0ff8d4a9530d647ae | |
parent | 3465604cf9ed20b169da9c1a8bbd31a9afcf9183 (diff) | |
parent | 48ad4ba9a0f786de77e43e1af01d7c4f70a12697 (diff) | |
download | nextcloud-server-08d118eab794ee33c60dcb0fa13d1de495a12dfd.tar.gz nextcloud-server-08d118eab794ee33c60dcb0fa13d1de495a12dfd.zip |
Merge pull request #13421 from owncloud/fix-rename
Fixes shifted rename field
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 7e0371af94f..eb55c145d45 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -264,7 +264,7 @@ table td.filename .thumbnail { table td.filename input.filename { width: 70%; margin-top: 9px; - margin-left: 8px; + margin-left: 48px; cursor: text; } .has-favorites table td.filename input.filename { |