]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing file action positioning
authorJan-Christoph Borchardt <jan@unhosted.org>
Sun, 15 Apr 2012 15:34:52 +0000 (17:34 +0200)
committerJan-Christoph Borchardt <jan@unhosted.org>
Sun, 15 Apr 2012 15:49:54 +0000 (17:49 +0200)
files/css/files.css

index 4a91d619fd7098d495310556cda9802bab8d7452..89ab27d32bed9766f083d6f825610ad0a40cb5b6 100644 (file)
@@ -70,8 +70,7 @@ table thead.fixed { height:2em; }
 #fileList tr td.filename { -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; }
 #select_all { float:left; margin:.3em 0.6em 0 .5em; }
 #uploadsize-message,#delete-confirm { display:none; }
-.fileactions { position:absolute; right:0; top:.8em; font-size:.8em; }
-#fileList .fileactions a.action { position:relative; top:-.3em; }
+.fileactions { position:relative; top:.3em; right:-4em; font-size:.8em; }
 #fileList .fileactions a.action img { position:relative; top:.2em; }
 .selectedActions a,#fileList a.action { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; }
 a.action.delete { float:right; }