Add feature to download results

This commit is contained in:
Eike Foken
2011-09-29 10:23:56 +02:00
parent 9813a2070c
commit 0e6cadb467
3 changed files with 34 additions and 4 deletions

View File

@@ -544,6 +544,11 @@ a.upload {
padding-left: 30px;
}
a.download {
background: url(../images/icons/drive-download.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;
}
a.add {
background: url(../images/icons/plus-circle.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;