diff --git a/apps/routerconsole/java/src/net/i2p/router/web/SummaryHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/SummaryHelper.java index 47468e3de..20b7b77cd 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/SummaryHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/SummaryHelper.java @@ -357,7 +357,7 @@ public class SummaryHelper extends HelperBase { Collections.sort(clients, new AlphaComparator()); StringBuilder buf = new StringBuilder(512); - buf.append("

Local destinations


"); + buf.append("

Local destinations


"); for (Iterator iter = clients.iterator(); iter.hasNext(); ) { Destination client = (Destination)iter.next(); @@ -392,7 +392,7 @@ public class SummaryHelper extends HelperBase { buf.append("\n"); } } - buf.append("
\"Building…\"

\n"); + buf.append("
\n"); return buf.toString(); } diff --git a/history.txt b/history.txt index d015a5e97..b141d9994 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,8 @@ +2009-10-21 dr|z3d + * Enhance index.jsp with "paperclips" for the main links + * Tighten sidepanel layout to gain us some vertical screen real estate + * Update news.xml with the correct link for Chinese translation page + 2009-10-20 zzz * I2NP: Remove old TunnelCreateMessage and TunnelCreateStatusMessage * Logger: Don't kill the whole JVM if we can't open the log file diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index c99c87dcc..eff38321b 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -154,7 +154,7 @@ div.routersummary h4 { div.routersummary table { border: 0; text-align: center !important; - margin: -5px -4px -4px -4px; + margin: -4px -4px -4px -5px !important; width: 185px !important; overflow: hidden; font-size: 8pt; @@ -169,18 +169,19 @@ div.routersummary tr { border: 0 !important; } -.tunnels { - margin-top: 0 !important; -} - -.tunnels tr { - padding: 4px 0 !important; - margin-left: -6px !important; -} - +/* div.routersummary form { margin-top: 8px; } +*/ + +div.routersummary form { + margin: -6px 0 -7px; +} + +div.routersummary form:first-child { + margin: 6px 0 -4px 0 !important; +} div.routersummary p { padding: 0; @@ -202,20 +203,19 @@ div.routersummary a:hover { } div.routersummary td { - padding: 2px 4px; + padding: 2px 2px 1px 2px; background-image: none !important; border: 0 !important; } - -div.routersummary tr:nth-child(even) { - background-color: #f60; - background-image: none !important; +div routersummary hr:last-child { + margin-top: 5px; + margin-bottom: 0px !important; } -div.routersummarytr:nth-child(odd) { - background-color: #f00; - background-image: none !important; +div.tunnels { + padding-top: 2px !important; + margin-left: -2px; } div.warning { @@ -730,7 +730,6 @@ hr:last-child { margin-bottom: 20px !important; } - sidebarlogo { text-align: center; } diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 97100f3fe..a2112c044 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -146,7 +146,7 @@ div.routersummary h4 { div.routersummary table { border: 0; text-align: center !important; - margin: -4px -4px; + margin: -5px -5px; width: 185px !important; overflow: hidden; font-size: 8pt; @@ -161,9 +161,11 @@ div.routersummary tr { border: 0 !important; } -.tunnels { - margin-top: -2px !important; - margin-left: -7px !important; +div.tunnels { + margin-top: 5px !important; + margin-left: -2px !important; + margin-bottom: 3px !important; + padding-top: 1px; } .tunnels tr { @@ -171,7 +173,12 @@ div.routersummary tr { } div.routersummary form { - margin-top: 8px; + margin: -6px 0 -5px 0; +} + +div.routersummary form:last-child { + margin: 4px 0 -12px 0 !important; + padding: 4px; } div.routersummary p { @@ -180,7 +187,7 @@ div.routersummary p { div.refresh { margin-top: -6px !important; - margin-bottom: -8px !important; + margin-bottom: 0px !important; padding: 2px 0 0px 0 !important; } @@ -194,7 +201,7 @@ div.routersummary a:hover { } div.routersummary td { - padding: 2px 4px; + padding: 1px 3px; background-image: none !important; border: 0 !important; } @@ -595,6 +602,7 @@ a:active{ list-style: url(../images/link.png) !important; padding-bottom: -2px; text-align: justify; + line-height: 120% !important; } .links li:first-child { diff --git a/readme_de.html b/readme_de.html index 63f1d88e4..54dbcb242 100644 --- a/readme_de.html +++ b/readme_de.html @@ -4,19 +4,19 @@

Willkommen zu I2P!

Wenn Du gerade I2P gestartet hast, sollten die "Active:" Zahlen links in den nächsten paar Minuten anwachsen und Du siehst dann dort ein "shared clients" lokales Ziel gelistet (falls nicht, siehe Unten). Sobald das erscheint, kannst Du: