diff --git a/apps/routerconsole/jsp/jobs.jsp b/apps/routerconsole/jsp/jobs.jsp index 0b51d716560777cff586845675bcc53ae243017b..d75207c84d09ed130d4470083d7bc598cf1ca8ea 100644 --- a/apps/routerconsole/jsp/jobs.jsp +++ b/apps/routerconsole/jsp/jobs.jsp @@ -9,6 +9,6 @@ <div class="main" id="main"> <jsp:useBean class="net.i2p.router.web.JobQueueHelper" id="jobQueueHelper" scope="request" /> <jsp:setProperty name="jobQueueHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" /> - <jsp:setProperty name="jobQueueHelper" property="writer" value="<%=out%>" /><hr> + <jsp:setProperty name="jobQueueHelper" property="writer" value="<%=out%>" /> <jsp:getProperty name="jobQueueHelper" property="jobQueueSummary" /> </div></body></html> diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 8d09caa40606e583727e8128eef0d5cfabf1dc50..8b7f0ca40f0742a662c5caf64dc3272e3c6e788c 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -172,7 +172,7 @@ div.routersummary h3 { font-size: 9.5pt; letter-spacing: 0.05em; margin: -7px 1px -7px 1px; - padding: 3px 0; + padding: 1px 0; background: #c5d5fb; text-transform: uppercase; } @@ -183,7 +183,7 @@ div.routersummary h4 { font-size: 8.5pt; letter-spacing: 0.05em; margin: -7px 1px -7px 1px !important; - padding: 2px 3px; + padding: 1px 3px; background: #c1d1f7; text-transform: capitalize; text-decoration: none !important; @@ -193,11 +193,11 @@ div.routersummary h4 { div.routersummary table { border: 0; text-align: center !important; - margin: -5px 5px -5px 2px; + margin: -5px 4px -5px 3px; width: 180px !important; overflow: hidden; font-size: 8pt; - padding: 0px -10px; + padding: 0 -10px; background-image: none !important; background-color: transparent !important; } @@ -208,12 +208,12 @@ div.routersummary tr { border: 0 !important; } -.tunnels { - margin-top: 3px; +div.tunnels table{ + margin: 0 !important; } .tunnels tr { - padding: 4px 0 !important; + padding: 2px 0 !important; margin-left: -7px !important; } @@ -242,21 +242,11 @@ div.routersummary a:hover { } div.routersummary td { - padding: 2px 4px; + padding: 0 4px; background-image: none !important; border: 0 !important; } -div.routersummary tr:nth-child(even) { - background-color: #f60; - background-image: none !important; -} - -div.routersummarytr:nth-child(odd) { - background-color: #f00; - background-image: none !important; -} - div.warning h3 { border-bottom: 5px solid #fb7; padding-bottom: 10px; diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 22a18cc8148074d6ccfaa5bc0745a9dfcaeb780e..cd413faf445d08e54e4a1e0436bcffa3d7bbc1b8 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -182,7 +182,7 @@ div.routersummary form { } div.routersummary form:last-child { - margin: 4px 0 -12px 0 !important; + margin: 0 !important; padding: 0; }