Skip to content
Snippets Groups Projects
Commit d2ca9e9c authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #13191 from owncloud/fix-rename-field

fix rename field position, fix #12927
parents a5099b01 720fe858
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment