diff --git a/dashboard.html b/dashboard.html index 6fc6cfde6..db2dba766 100644 --- a/dashboard.html +++ b/dashboard.html @@ -27,7 +27,7 @@ body { #dashboard-nav-widgets { margin: 0; border-bottom: 1px solid #ccc; - padding: 4px 0 4px 0; + padding: 4px 0 0 0; white-space: nowrap; background-color: white; } @@ -40,7 +40,11 @@ body { border: 1px solid #ccc; border-top-left-radius: 3px; border-top-right-radius: 3px; + border-bottom: 1px solid #ccc; padding: 4px; + display: inline-block; + position: relative; + top: 1px; color: black; background-color: #eee; font: inherit; @@ -56,6 +60,7 @@ body { .tabButton.selected { border-bottom: 1px solid white; background-color: white; + border-bottom: 1px solid white; } iframe { margin: 0; diff --git a/manifest.json b/manifest.json index adc3f2192..06060b8f9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "µBlock", - "version": "0.1.2.0", + "version": "0.1.3.0", "description": "__MSG_extShortDesc__", "icons": { "16": "img/icon_16.png",