diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java index 317dca7ec..22a01c96b 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java @@ -1455,7 +1455,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn // FIXME if there is a query remaining it is lost "
\n" + "
" + "\n
\n" + @@ -1467,7 +1467,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn // FIXME wasn't escaped String label = _t("Save & continue").replace("&", "&"); out.write("
\n"); out.write("
\n"); diff --git a/apps/routerconsole/jsp/themes/console/dark/console.css b/apps/routerconsole/jsp/themes/console/dark/console.css index 6eaaa0f8c..7a0573b2b 100644 --- a/apps/routerconsole/jsp/themes/console/dark/console.css +++ b/apps/routerconsole/jsp/themes/console/dark/console.css @@ -270,20 +270,13 @@ div.warning { } .hostadd { - height: 25%; + min-height: 20%; width: 100%; } -@media screen and (max-width: 1080px) { -.hostadd { - height: 35%; -} -} - -@media screen and (max-width: 540px) { -.hostadd { - height: 45%; -} +.unicodeicon { + font-size: 2rem; + vertical-align: middle; } .hostaddaction { diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css index 7f35526b5..fd744a8ce 100644 --- a/apps/routerconsole/jsp/themes/console/light/console.css +++ b/apps/routerconsole/jsp/themes/console/light/console.css @@ -1183,21 +1183,14 @@ p:empty + .sb_notice { } .hostadd { - height: 25%; + min-height: 20%; width: 100%; background: #fafaff !important; } -@media screen and (max-width: 1080px) { -.hostadd { - height: 35%; -} -} - -@media screen and (max-width: 540px) { -.hostadd { - height: 45%; -} +.unicodeicon { + font-size: 2rem; + vertical-align: middle; } .hostaddaction {