]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed position of "delete" icon in files app
authorVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 16:01:15 +0000 (18:01 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 16:01:15 +0000 (18:01 +0200)
There was an issue where only Chrome allows setting position: relative
on a td element.

This fix now works in IE8, Firefox and Chrome.

Fixes #5056

apps/files/css/files.css

index 953b11a16f9feea11011805b9dee4418a3e4ff7c..c4a231551b10b103056b736e23903cc4938a2ede 100644 (file)
@@ -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; }