Fixed issue 6, ability to remove an uploaded file.

This commit is contained in:
Loic d'Anterroches
2008-08-08 21:33:10 +02:00
parent bd0209a28e
commit 59a81279ff
8 changed files with 709 additions and 1206 deletions

View File

@@ -27,6 +27,16 @@
text-align: right;
}
.dellink {
float: right;
position: relative;
margin-top: -1.6em;
}
.dellink a {
color: #a00;
}
.mono {
font-family: monospace;
}