forked from I2P_Developers/i2p.i2p
Console: Remove links on /configclients
This commit is contained in:
@@ -27,13 +27,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
<jsp:useBean class="net.i2p.router.web.helpers.ConfigClientsHandler" id="formhandler" scope="request" />
|
||||
<%@include file="formhandler.jsi" %>
|
||||
<div class="configure">
|
||||
<h3 id="i2pclientconfig"><%=intl._t("Client Configuration")%>
|
||||
<span class="h3navlinks">
|
||||
<a href="configi2cp" title="<%=intl._t("Advanced Client Interface Configuration")%>">[I2CP]</a>
|
||||
<a href="configplugins" title="<%=intl._t("Plugin Configuration")%>">[Plugins]</a>
|
||||
<a href="configwebapps" title="<%=intl._t("WebApp Configuration")%>">[WebApps]</a>
|
||||
</span>
|
||||
</h3>
|
||||
<h3 id="i2pclientconfig"><%=intl._t("Client Configuration")%></h3>
|
||||
<p class="infohelp" id="clientconf">
|
||||
<%=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")%>
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user