diff --git a/public/dashboards/home.json b/public/dashboards/home.json
index 735586c0f40..e05a882ef57 100644
--- a/public/dashboards/home.json
+++ b/public/dashboards/home.json
@@ -12,10 +12,10 @@
{
"collapse": false,
"editable": true,
- "height": "100px",
+ "height": "90px",
"panels": [
{
- "content": "
\nHome Dashboard\n
",
+ "content": "
\n Home Dashboard\n
",
"editable": true,
"id": 1,
"mode": "html",
@@ -23,7 +23,8 @@
"style": {},
"title": "",
"transparent": true,
- "type": "text"
+ "type": "text",
+ "links": []
}
],
"title": "New row"
diff --git a/public/less/grafana.less b/public/less/grafana.less
index 041636d5448..88745f6a57b 100644
--- a/public/less/grafana.less
+++ b/public/less/grafana.less
@@ -391,12 +391,15 @@
}
.dashboard-header {
- margin-top: 1rem;
font-family: "grafana-icons";
font-size: 22px;
- padding-bottom: 1rem;
- border: none;
- border-bottom: 2px solid transparent;
- border-image: linear-gradient(to right, rgba(255,213,0,1) 0%, rgba(255,68,0,1) 99%, rgba(255,68,0,1) 100%);
- border-image-slice: 1;
+ text-align: center;
+ span {
+ display: inline-block;
+ border: none;
+ border-image: linear-gradient(to right, rgba(255,213,0,1) 0%, rgba(255,68,0,1) 99%, rgba(255,68,0,1) 100%);
+ border-image-slice: 1;
+ border-bottom: 2px solid transparent;
+ padding: 1.2rem 3rem 0.8rem 3rem;
+ }
}
diff --git a/public/less/login.less b/public/less/login.less
index e599bca1927..77213fa7301 100644
--- a/public/less/login.less
+++ b/public/less/login.less
@@ -9,15 +9,23 @@
.login-box {
width: 700px;
- margin: 100px auto 0 auto;
+ margin: 70px auto 0 auto;
}
.login-box-logo {
text-align: center;
- padding-bottom: 50px;
+ img {
+ width: 125px;
+ }
+ .icon-gf-grafana_wordmark {
+ color: @linkColor;
+ position: relative;
+ top: -90px;
+ font-size: 3rem;
+ text-shadow: 3px 3px 5px black;
+ }
}
-
.login-inner-box {
background: @grafanaPanelBackground;
}