diff --git a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java
index f25de72699a7bc76888541c0fa706f28ee196137..678674fc588b1bf4d325242a906d5d9e36927da3 100644
--- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java
+++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java
@@ -237,7 +237,7 @@ public class I2PSnarkServlet extends Default {
         List snarks = getSortedSnarks(req);
         String uri = req.getRequestURI();
         out.write(TABLE_HEADER);
-        out.write(_("Status"));
+        out.write(_("<img border=\"0\" src=\"/themes/console/snark/images/status.png\" title=\"Torrent Status\">Status"));
         if (_manager.util().connected() && !snarks.isEmpty()) {
             out.write(" &raquo; <a href=\"");
             out.write(req.getRequestURI());
@@ -251,7 +251,7 @@ public class I2PSnarkServlet extends Default {
             out.write("</a><br>\n");
         }
         out.write("</th>\n<th align=\"left\">");
-        out.write(_("Torrent"));
+        out.write(_("<img border=\"0\" src=\"/themes/console/snark/images/torrent.png\" title=\"Loaded Torrents\">Torrent"));
         out.write("</th>\n<th align=\"center\">");
         out.write(_("<img border=\"0\" src=\"/themes/console/snark/images/eta.png\" title=\"Estimated Download Time\">ETA"));
         out.write("</th>\n<th align=\"center\">");
diff --git a/installer/resources/themes/console/snark/images/status.png b/installer/resources/themes/console/snark/images/status.png
new file mode 100644
index 0000000000000000000000000000000000000000..782a47999a7f17da1e96c951857c0de7b66e24bc
Binary files /dev/null and b/installer/resources/themes/console/snark/images/status.png differ
diff --git a/installer/resources/themes/console/snark/images/torrent.png b/installer/resources/themes/console/snark/images/torrent.png
new file mode 100644
index 0000000000000000000000000000000000000000..5894d66cbff96a62c4c14136975c28dd6d2dcbcc
Binary files /dev/null and b/installer/resources/themes/console/snark/images/torrent.png differ
diff --git a/installer/resources/themes/console/snark/snark.css b/installer/resources/themes/console/snark/snark.css
index 20e58536f260a921077b07acd59f1af7a137cff1..cbba06c991bf126d355ee3fcc6c25534229f5a6f 100644
--- a/installer/resources/themes/console/snark/snark.css
+++ b/installer/resources/themes/console/snark/snark.css
@@ -122,7 +122,7 @@ th {
 
 th:first-child {
      text-align: left;
-	 padding-left: 10px;
+	 padding-left: 5px;
 	 max-width: 120px;
 }