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 3015f23e9..bff1abdd5 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/SummaryHelper.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/SummaryHelper.java
@@ -852,29 +852,29 @@ public class SummaryHelper extends HelperBase {
.append(i)
.append("\">");
if (i > 0) {
- buf.append("
");
- buf.append("");
+ buf.append("");
}
buf.append("
");
if (i < sections.size() - 1) {
- buf.append(" ");
- buf.append("");
+ buf.append("");
}
buf.append(" | \n");
}
diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index a5c6f432a..7b351576a 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -535,9 +535,11 @@ div.configure h2:first-child {
margin-top: 15px;
}
-.sidebarconf input[type="image"] {
+.sidebarconf button {
margin: 2px;
- padding: 1px;
+ padding: 1px;
+ min-width: 0;
+ background: none;
}
.sidebarconf th:nth-child(1) {
diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 42d0f9252..40ed73c7e 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -452,9 +452,11 @@ div.configure {
background: none;/* url(images/camotile2.png);*/
}
-.sidebarconf input[type="image"] {
+.sidebarconf button {
margin: 2px;
- padding: 1px;
+ padding: 1px;
+ min-width: 0;
+ background: none;
}
.sidebarconf th:nth-child(1) {
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index dfb0ebebd..b8a614496 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -509,9 +509,11 @@ div.configure h3, div.graphspanel h3 {
text-align: left;
}
-.sidebarconf input[type="image"] {
+.sidebarconf button {
margin: 2px;
- padding: 1px;
+ padding: 1px;
+ min-width: 0;
+ background: none;
}
.sidebarconf th:nth-child(1) {
diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index c6ff7047b..54081cfc3 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -573,9 +573,11 @@ div.configure h2:first-child {
.configure form {
margin: 20px 15px;
}
-.sidebarconf input[type="image"] {
+.sidebarconf button {
margin: 2px;
- padding: 1px;
+ padding: 1px;
+ min-width: 0;
+ background: none;
}
.sidebarconf th:nth-child(1) {