From 67994d7e99440222f2c2f2b79dd40907fa4dca80 Mon Sep 17 00:00:00 2001 From: z3d Date: Fri, 17 Sep 2010 08:27:02 +0000 Subject: [PATCH] I2PSnark: snark.css fontsize tweaks. --- .../java/src/org/klomp/snark/web/I2PSnarkServlet.java | 8 ++++---- installer/resources/themes/console/snark.css | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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 76d0122d1..18fde5897 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -934,8 +934,8 @@ public class I2PSnarkServlet extends Default { out.write(_("Add torrent")); out.write("\" name=\"foo\" >
\n"); out.write(" "); - out.write(_("Alternately, you can copy .torrent files to the directory {0}.", _manager.getDataDir().getAbsolutePath())); - out.write("\n"); + out.write(_("Alternately, you can copy .torrent files to the directory {0}", _manager.getDataDir().getAbsolutePath())); + out.write(".\n"); out.write(_("Removing a .torrent file will cause the torrent to stop.")); out.write("
\n"); out.write("\n"); @@ -959,8 +959,8 @@ public class I2PSnarkServlet extends Default { out.write("
\n
"); //out.write("From file:
\n"); out.write(_("Data to seed")); - out.write(":
" + _manager.getDataDir().getAbsolutePath() + File.separatorChar - + "" + _manager.getDataDir().getAbsolutePath() + File.separatorChar + + "
\n"); diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css index 4df2f8eb0..f2ef7ac85 100644 --- a/installer/resources/themes/console/snark.css +++ b/installer/resources/themes/console/snark.css @@ -113,6 +113,7 @@ th { td { padding: 2px; color: #ddd !important; + font-size: 9.5pt; } .mainsection td {