diff --git a/src/css/dashboard.css b/src/css/dashboard.css index ea8f0573e..f55ca5caa 100644 --- a/src/css/dashboard.css +++ b/src/css/dashboard.css @@ -41,7 +41,7 @@ html, body { cursor: pointer; display: inline-block; font-size: 110%; - margin: 0; + margin: 0 1px 0 0; padding: 4px; position: relative; text-decoration: none; @@ -70,15 +70,18 @@ iframe { position: relative; } #dashboard-nav-widgets { - padding: 0; + padding: 1px 0 0 0; + white-space: normal; } [data-i18n="extName"] { display: none; } .tabButton { border-radius: 0; - border-top: 0; - display: block; + display: inline-block; + font-size: 100%; + margin-bottom: 1px; + top: 0; } .tabButton.selected { border-bottom: 1px solid #ccc; diff --git a/src/dashboard.html b/src/dashboard.html index 8826d4086..14285be52 100644 --- a/src/dashboard.html +++ b/src/dashboard.html @@ -12,13 +12,13 @@
- - - - - - - +