Merge pull request #13421 from owncloud/fix-rename

Fixes shifted rename field
This commit is contained in:
Robin McCorkell 2015-01-16 19:15:48 +00:00
commit 08d118eab7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {