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

Merge pull request #5304 from owncloud/files-deleteiconpositionfix

Fixed position of "delete" icon in files app
parents 6c85fc41 a4a52733
Branches
No related tags found
No related merge requests found
......@@ -252,9 +252,7 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
#fileList a.action.delete {
position: absolute;
right: 0;
top: 0;
margin: 0;
padding: 15px 14px 19px !important;
padding: 9px 14px 19px !important;
}
a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment