diff --git a/apps/routerconsole/jsp/home.jsp b/apps/routerconsole/jsp/home.jsp index deb5303bc2..e6d6992a0c 100644 --- a/apps/routerconsole/jsp/home.jsp +++ b/apps/routerconsole/jsp/home.jsp @@ -45,6 +45,7 @@ +
" /> <% if (homehelper.shouldShowWelcome()) { %> @@ -77,7 +78,7 @@ if (newshelper.shouldShowNews()) { java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getRouterDir(), "docs/news.xml"); %> -
+
@@ -111,4 +112,5 @@
+
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 07768208b9..ec38aee3d3 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -602,15 +602,32 @@ td { /* begin home page */ #appsummary { - margin-top: 0; + clear: none; + float: none; + left: 10px; + margin: 0; + position: absolute; + top: 10px; +} + +#homemain { + left: 217px; + margin: 0 10px 10px 0; + position: absolute; + top: 10px; +} + +#homenews { + margin: 0 10px 5px 0; } h2.app { - margin: 15px 10px 15px 207px !important; + border-radius: 8px; + margin: 1px 10px 15px 0 !important; } h4.app { - margin: 0 4px 2px 0; + margin: 0 10px 2px 10px; padding: 10px 0 8px 0; } @@ -621,7 +638,7 @@ h4.app2 { } div.ag2 { - margin: 0 0 0 207px; + margin: 0; } div.app { @@ -638,7 +655,7 @@ div.appgroup { } div.search { - margin: 10px 10px 0 207px; + margin: 10px 10px 0 0; padding: 8px 8px 0 8px; width: auto; }