console css tweaks

This commit is contained in:
zzz
2009-01-22 16:00:41 +00:00
parent 72fd42ef9b
commit 173e8a0434
3 changed files with 7 additions and 5 deletions

View File

@ -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;
}

View File

@ -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()) { %>

View File

@ -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>