diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee
index cccf7968b9..7d788aa0fb 100644
--- a/src/General/Settings.coffee
+++ b/src/General/Settings.coffee
@@ -58,7 +58,7 @@ Settings =
textContent: section.title
href: 'javascript:;'
$.on link, 'click', Settings.openSection.bind section
- links.push link, $.tn ' | '
+ links.push link
sectionToOpen = link if section.title is openSection
links.pop()
$.add $('.sections-list', dialog), links
diff --git a/src/General/Settings/Settings.html b/src/General/Settings/Settings.html
index 79d337643f..df25e7010f 100644
--- a/src/General/Settings/Settings.html
+++ b/src/General/Settings/Settings.html
@@ -3,9 +3,9 @@
-
Export | 
-
Import | 
-
Reset Settings | 
+
+
+
<%= meta.name %> | 
${g.VERSION} | 
diff --git a/src/css/style.css b/src/css/style.css
index e999a37b37..d0b8ff5be8 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -555,13 +555,32 @@ audio.controls-added {
.sections-list {
-webkit-flex: 1;
flex: 1;
+ border-bottom: 1px solid #ccc;
}
.export, .import, .reset {
cursor: pointer;
text-decoration: none !important;
}
+#fourchanx-settings > button.impexres {
+ margin-right:.5em;
+}
+#fourchanx-settings > button.impexres > a, #fourchanx-settings > button.impexres > a:visited {
+ color:initial;
+}
+div.sections-list a {
+ display: inline-block;
+ border: 1px solid #ccc;
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px;
+ border-bottom: none;
+ padding: 0 3px;
+ margin-right: -1px;
+ text-decoration: none !important;
+}
.tab-selected {
font-weight: 700;
+ color:#000 !important;
+ background-color:#ccc;
}
.section-sauce ul,
.section-advanced ul {