diff --git a/module/file/view/buildform.html.php b/module/file/view/buildform.html.php
index d203afda33..b71e9b2707 100644
--- a/module/file/view/buildform.html.php
+++ b/module/file/view/buildform.html.php
@@ -7,8 +7,8 @@
-
-
+
+
EOT;
for($i = 1; $i <= $fileCount; $i ++) echo str_replace('$i', $i, $fileRow);
diff --git a/www/theme/default/images/main/zt-black.png b/www/theme/default/images/main/zt-black.png
index c8c76fbbc5..da61911c9b 100644
Binary files a/www/theme/default/images/main/zt-black.png and b/www/theme/default/images/main/zt-black.png differ
diff --git a/www/theme/default/images/main/zt-gray.png b/www/theme/default/images/main/zt-gray.png
index 9e216b2ae0..3276ac429e 100644
Binary files a/www/theme/default/images/main/zt-gray.png and b/www/theme/default/images/main/zt-gray.png differ
diff --git a/www/theme/default/images/main/zt-green.png b/www/theme/default/images/main/zt-green.png
index 9559d29090..4c0c89a0e2 100644
Binary files a/www/theme/default/images/main/zt-green.png and b/www/theme/default/images/main/zt-green.png differ
diff --git a/www/theme/default/style.css b/www/theme/default/style.css
index 7056a26e87..d0e7ef2714 100644
--- a/www/theme/default/style.css
+++ b/www/theme/default/style.css
@@ -436,6 +436,9 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
#searchicon {padding:2px 8px; background:url(images/main/zt-green.png) -102px -80px; margin-left:10px;}
#searchmore {padding:2px 8px; background:url(images/main/zt-green.png) -62px -100px no-repeat; margin-right:10px;}
#searchlite {padding:2px 8px; background:url(images/main/zt-green.png) -82px -100px no-repeat; margin-right:10px}
+.icon-addFile {border:none; padding:2px 8px; background:url(images/main/zt-green.png) -120px 0px no-repeat;}
+.icon-delFile {border:none; padding:2px 8px; background:url(images/main/zt-green.png) -140px 0px no-repeat;}
+.icon-addFile:hover, .icon-delFile:hover {cursor:pointer}
.icon-black-common-edit {padding:2px 8px; background:url(images/main/zt-black.png) 0px -22px no-repeat;}
.icon-green-common-edit {padding:2px 8px; background:url(images/main/zt-green.png) 0px -22px no-repeat;}