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 603e81dc3..c72f07f16 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -352,14 +352,24 @@ public class I2PSnarkServlet extends Default { out.write(" "); // out.write(ngettext("1 connected peer", "{0} connected peers", (int) stats[4])); - out.write(""); + out.write(" "); out.write(ngettext("1", "{0}", (int) stats[4])); out.write("  "); // out.write(ngettext("1 torrent", "{0} torrents", snarks.size())); - out.write(""); + out.write(" "); out.write(ngettext("1", "{0}", snarks.size())); out.write("  "); - out.write(""); + out.write(" "); out.write(DataHelper.formatSize2(stats[5]) + "B"); out.write("\n" + "  \n" + diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 59f0c2cf6..03d3f07f0 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -637,10 +637,11 @@ div.main li:first-child { .tidylist code { text-align: left; font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; - color: #390; + color: #910; padding: 2px 3px; - background: #eeb; + background: #fff; font-weight: bold; + background: #ffb url('images/magic.png') center bottom; } ol { diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css index 0b85009d9..1d3af4b68 100644 --- a/installer/resources/themes/snark/ubergine/snark.css +++ b/installer/resources/themes/snark/ubergine/snark.css @@ -170,7 +170,7 @@ tfoot td:first-child { } th:first-child img { - margin: 1px 1px 3px 1px !important; + margin: 1px 1px 3px 3px !important; } th:nth-child(2) img { @@ -273,7 +273,7 @@ td:first-child { } .snarkTorrentStatus { - padding: 2px 0 2px; + padding: 2px 2px 2px 0; } .snarkTorrentStatus:first-child { @@ -288,6 +288,7 @@ td:first-child { .snarkTorrentStatus:first-child img { margin-right: 8px !important; + margin-left: 5px; } .snarkTorrentRateUp, .snarkTorrentRateDown, .snarkTorrentDownloaded, .snarkTorrentUploaded {