diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp index 90cc7ca9b..45b44a60a 100644 --- a/apps/routerconsole/jsp/configclients.jsp +++ b/apps/routerconsole/jsp/configclients.jsp @@ -27,13 +27,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%@include file="formhandler.jsi" %>
-

<%=intl._t("Client Configuration")%>  - - ">[I2CP]  - ">[Plugins]  - ">[WebApps] - -

+

<%=intl._t("Client Configuration")%>

<%=intl._t("The Java clients listed below are started by the router and run in the same JVM.")%>  <%=intl._t("To change other client options, edit the file")%> diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 694b6560a..63618ad76 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -5624,23 +5624,13 @@ h3#pairs { /* /confignet, /configadvanced */ -h3#iptransport a, th#upnpconfig a, h3#bwlimiter a, #config_stats h3 a, #config_logging h3 a, h3#graphdisplay a, #logs h3 a, h3#advancedconfig a, .h3navlinks { +h3#iptransport a, th#upnpconfig a, h3#bwlimiter a, #config_stats h3 a, #config_logging h3 a, h3#graphdisplay a, #logs h3 a, h3#advancedconfig a { float: right; font-size: 9pt; text-transform: none; letter-spacing: normal; } -.h3navlinks a { - text-transform: capitalize; - letter-spacing: normal; - margin-left: 5px; -} - -.h3navlinks a:hover { - color: #f60; -} - h3#iptransport a:not(old), h3#advancedconfig a:not(old) { font-size: 0; } diff --git a/installer/resources/themes/console/dark/console_ar.css b/installer/resources/themes/console/dark/console_ar.css index f9a9a1d0c..1ccbbdc46 100644 --- a/installer/resources/themes/console/dark/console_ar.css +++ b/installer/resources/themes/console/dark/console_ar.css @@ -366,7 +366,7 @@ td.optionsave { text-align: right; } -.h3navlinks, h3#servicedebug a, h3#graphinfo a, #config_stats.main h3 a, #config_logging.main h3 a, #configstats th a { +h3#servicedebug a, h3#graphinfo a, #config_stats.main h3 a, #config_logging.main h3 a, #configstats th a { float: left; } diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 3c045b447..82209e1b7 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -1776,23 +1776,13 @@ h1, .confignav { word-spacing: normal; } -h3#advancedconfig a, h3#bwlimiter a, h3.tabletitle a, h3.ptitle a, th a.script, th#upnpconfig a, h3#graphinfo a, h3#graphdisplay a, .h3navlinks { +h3#advancedconfig a, h3#bwlimiter a, h3.tabletitle a, h3.ptitle a, th a.script, th#upnpconfig a, h3#graphinfo a, h3#graphdisplay a { float: right; font-size: 9pt; letter-spacing: normal; text-transform: capitalize; } -.h3navlinks a { - text-transform: capitalize; - letter-spacing: normal; - margin-left: 2px; -} - -.h3navlinks a:hover { - color: #f60; -} - h3 a.script, th a.script { text-transform: lowercase; } diff --git a/installer/resources/themes/console/light/console_ar.css b/installer/resources/themes/console/light/console_ar.css index c231323ed..10d89082f 100644 --- a/installer/resources/themes/console/light/console_ar.css +++ b/installer/resources/themes/console/light/console_ar.css @@ -516,10 +516,6 @@ div.themechoice, div.langselect { font-weight: bold; } -.h3navlinks { - float: left; -} - .homelinkedit tr:last-child td:first-child, p#helptranslate { text-align: left; }