From e4daee933a2244e9daa419686ae258459bc7306b Mon Sep 17 00:00:00 2001 From: Alexander Surma Date: Fri, 26 Jun 2015 14:12:22 +0100 Subject: [PATCH] Add actual header bar to dashboard template --- templates/dashboard/index.html | 2 +- templates/dashboard/styles.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/dashboard/index.html b/templates/dashboard/index.html index fa39ad1d..d552411a 100644 --- a/templates/dashboard/index.html +++ b/templates/dashboard/index.html @@ -43,7 +43,7 @@ -
+
diff --git a/templates/dashboard/styles.css b/templates/dashboard/styles.css index 80ccf58a..3b8f9864 100644 --- a/templates/dashboard/styles.css +++ b/templates/dashboard/styles.css @@ -25,6 +25,12 @@ html, body { overflow: visible; width: 256px; } +.demo-layout .mdl-layout__header .mdl-layout__drawer-button { + color: rgba(0, 0, 0, 0.54); +} +.demo-layout .mdl-layout__header .mdl-layout__header-row { + padding-left: 40px; +} .mdl-layout__drawer .avatar { margin-bottom: 16px; }