diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css
index 39374caf8ae67ce1efddfba59ed5196ef72622d6..3f52e879c83da17ce9c8d5f5a13eefffe3f350dd 100644
--- a/installer/resources/themes/console/snark.css
+++ b/installer/resources/themes/console/snark.css
@@ -148,10 +148,12 @@ td:first-child {
 
 .snarkTorrentName {
      text-shadow:1px 1px #550000;
+	 padding: 2px 0 0;
 }
 
 .snarkTorrentAction {
      text-shadow:1px 1px #550000;
+	 padding: 0 0 1px;
 }
 
 .snarkTorrentEven {
@@ -160,7 +162,8 @@ td:first-child {
 }
 
 .snarkTorrentStatus {
-     line-height: 200%;
+/*     line-height: 100%; */
+     padding: 1px 0 2px;
 }
 
 .snarkTorrentStatus:first-child {
@@ -364,7 +367,7 @@ textarea {
 
 img {
      border: none;
-     margin: 3px 8px 5px 4px;
+     margin: 1px 3px 3px 4px;
      vertical-align: middle;
      opacity: 1.0;
      line-height: 100%;