From 8bcfdc3c6e3ea654a6115f408ca6196a16b7e0cb Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 14 Dec 2010 14:50:52 +0000 Subject: [PATCH] i2ptunnel ui fixes --- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java | 4 ++-- installer/resources/themes/console/light/i2ptunnel.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java index 0640c2a31..2035f4627 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java @@ -226,7 +226,7 @@ public class IndexBean { // give the messages a chance to make it to the window try { Thread.sleep(1000); } catch (InterruptedException ie) {} // and give them something to look at in any case - return _("Starting tunnel") + ' ' + getTunnelName(_tunnel) + " &hellip"; + return _("Starting tunnel") + ' ' + getTunnelName(_tunnel) + "…"; } private String stop() { @@ -239,7 +239,7 @@ public class IndexBean { // give the messages a chance to make it to the window try { Thread.sleep(1000); } catch (InterruptedException ie) {} // and give them something to look at in any case - return _("Stopping tunnel") + ' ' + getTunnelName(_tunnel) + " &hellip"; + return _("Stopping tunnel") + ' ' + getTunnelName(_tunnel) + "…"; } private String saveChanges() { diff --git a/installer/resources/themes/console/light/i2ptunnel.css b/installer/resources/themes/console/light/i2ptunnel.css index 172e5ce65..f54cacfca 100644 --- a/installer/resources/themes/console/light/i2ptunnel.css +++ b/installer/resources/themes/console/light/i2ptunnel.css @@ -140,6 +140,6 @@ #tunnelListPage .descriptionField label, #tunnelListPage .destinationField label { text-align: right; width: 150px; - height: 28px; + height: 24px; float: left; -} \ No newline at end of file +}