fixing file action positioning

This commit is contained in:
Jan-Christoph Borchardt 2012-04-15 17:34:52 +02:00
parent 8ecddb5bc3
commit 2dfab65a33
1 changed files with 1 additions and 2 deletions

View 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; }