I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 173e8a04 authored by zzz's avatar zzz
Browse files

console css tweaks

parent 72fd42ef
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,12 @@ div.logo {
top: 1em;
margin: 0em;
padding: .5em;
text-align: left;
text-align: center;
}
div.toolbar {
font-weight: bold
margin: 0em 0em 2em 0em;
font-weight: bold;
}
div.routersummary {
......@@ -70,7 +71,7 @@ div.news {
margin: 0em 1em 1em 224px;
padding: .5em 1em;
background-color: #ffffc0;
border: medium solid #ffffd0;
border: medium solid #ffffa0;
text-align: left;
color: inherit;
}
......@@ -12,7 +12,6 @@
<div class="logo">
<a href="index.jsp"><img src="i2plogo.png" alt="Router Console" width="187" height="35" /></a><br />
[<a href="config.jsp">configuration</a> | <a href="help.jsp">help</a>]
</div>
<div class="toolbar">
<% if (new File("docs/toolbar.html").exists()) { %>
......
......@@ -12,6 +12,9 @@
<jsp:setProperty name="uhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
<div class="routersummary">
<center><b><a href="config.jsp">Configuration</a>&nbsp;&nbsp;<a href="help.jsp">Help</a></b></center>
<hr />
<u><b>General</b></u><br />
<b>Ident:</b> (<a title="Your router identity is <jsp:getProperty name="helper" property="ident" />, never reveal it to anyone" href="netdb.jsp?r=.">view</a>)<br />
<b>Version:</b> <jsp:getProperty name="helper" property="version" /><br />
......@@ -97,6 +100,5 @@
<b>Tunnel lag:</b> <jsp:getProperty name="helper" property="tunnelLag" /><br />
<b>Handle backlog:</b> <jsp:getProperty name="helper" property="inboundBacklog" /><br />
<b><jsp:getProperty name="helper" property="tunnelStatus" /></b><br />
<hr />
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment