diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-01-16 17:02:08 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-01-16 17:32:18 +0100 |
commit | 48ad4ba9a0f786de77e43e1af01d7c4f70a12697 (patch) | |
tree | 34f992081f140c1e3cc149e0ff8d4a9530d647ae | |
parent | 3465604cf9ed20b169da9c1a8bbd31a9afcf9183 (diff) | |
download | nextcloud-server-48ad4ba9a0f786de77e43e1af01d7c4f70a12697.tar.gz nextcloud-server-48ad4ba9a0f786de77e43e1af01d7c4f70a12697.zip |
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 { |