diff --git a/apps/routerconsole/jsp/console.jsp b/apps/routerconsole/jsp/console.jsp index ac042e4401..3f4a10de94 100644 --- a/apps/routerconsole/jsp/console.jsp +++ b/apps/routerconsole/jsp/console.jsp @@ -31,8 +31,8 @@
-
<% /* English, then alphabetical by English name please */ %> - <%=intl._t("Configure> +
"> <% /* English, then alphabetical by English name please */ %> + <%=intl._t("Configure>

<%=intl._t("Welcome to I2P")%>

diff --git a/apps/routerconsole/jsp/home.jsp b/apps/routerconsole/jsp/home.jsp index 55f00c60e4..db649c9b1c 100644 --- a/apps/routerconsole/jsp/home.jsp +++ b/apps/routerconsole/jsp/home.jsp @@ -57,9 +57,9 @@ <% if (homehelper.shouldShowWelcome()) { %> -
"> -
<% /* English, then alphabetical by English name please */ %> - <%=intl._t("Configure> +
+
"> <% /* English, then alphabetical by English name please */ %> + <%=intl._t("Configure>

<%=intl._t("Welcome to I2P")%>

diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 807ae92384..00d87f1609 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -2041,6 +2041,8 @@ button:active { margin: 0 1px -2px !important; transition: ease opacity 0.3s; border: 1px solid #000; + height: 6%; + height: 1.8rem; } .langbox img:hover, .langbox a:focus img { diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 39758ad248..c94153f9ca 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -3763,6 +3763,8 @@ div[lang="de"] .links li { border: 1px solid #99f; filter: none; border-radius: 1px; + height: 6%; + height: 1.8rem; } .langbox img:hover, .langbox a:focus img {