From a7430a5284da903cab5ee9c77c9f9e0b148db9a2 Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Wed, 7 Oct 2015 17:42:26 +0200 Subject: [PATCH 01/12] Fix reference to class name for seamed mode (closes #1703) The class `mdl-layout__header--transparent` is mentioned twice. While reading the code I think `mdl-layout__header--seamed` fits the requirement in the second column. --- src/layout/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/README.md b/src/layout/README.md index 4be607cd..ac08e808 100644 --- a/src/layout/README.md +++ b/src/layout/README.md @@ -320,7 +320,7 @@ The MDL CSS classes apply various predefined visual and behavioral enhancements | `mdl-layout--small-screen-only` | Hides an element on larger screens | Optional; goes on any descendant of `mdl-layout` | | `mdl-layout__header--waterfall` | Allows a "waterfall" effect with multiple header lines | Optional; goes on header element | | `mdl-layout__header--transparent` | Makes header transparent (draws on top of layout background) | Optional; goes on header element | -| `mdl-layout__header--transparent` | Uses a header without a shadow | Optional; goes on header element | +| `mdl-layout__header--seamed` | Uses a header without a shadow | Optional; goes on header element | | `mdl-layout__tab-bar` | Defines container as an MDL tab bar | Required on div element inside header (tabbed layout) | | `mdl-layout__tab` | Defines anchor as MDL tab link | Required on tab bar anchor elements | | `is-active` | Defines tab as default active tab | Optional; goes on tab bar anchor element and associated tab section element| From 24a6865ea8bfe89d39dad00edabc394e68a63556 Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Wed, 7 Oct 2015 21:40:22 +0200 Subject: [PATCH 02/12] Remove double header background color in dashboard It seems commit 9e4503591bb93d0a40661d50e55d038d4c50ab8d intended the background to be `grey-100` but `white` was still left in. I removed white to keep the original intent. The resulting color displayed in the browser was white, so maybe it should be `white` instead of `grey-100`. --- templates/dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dashboard/index.html b/templates/dashboard/index.html index e1337cba..78265940 100644 --- a/templates/dashboard/index.html +++ b/templates/dashboard/index.html @@ -62,7 +62,7 @@
-
+
Home
From b62e96d6c448d8ebff3a0a63c900f060b0069e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Gomes?= Date: Thu, 8 Oct 2015 10:19:16 +0100 Subject: [PATCH 03/12] Fixes for docs footer issues: - Remove bullet points from footer links - Add spacing between links in footer --- docs/_assets/main.css | 9 +++++++-- docs/_templates/layout.html | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/_assets/main.css b/docs/_assets/main.css index 8f2131b1..41cace89 100644 --- a/docs/_assets/main.css +++ b/docs/_assets/main.css @@ -268,6 +268,11 @@ body:not(.about) .mdl-navigation__link.download > button { font-size: 12px; } +.docs-footer .docs-link-list li { + margin-left: 0.5em; + margin-right: 0.5em; +} + .about-panel { box-sizing: border-box; width: 100%; @@ -901,8 +906,8 @@ code[class*=language-], pre[class*=language-] { .docs-layout li { position: relative; } -.styles li:before, -.docs-readme li:before { +.styles .content li:before, +.docs-readme .content li:before { position: absolute; top: 2px; left: -28px; diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 5260df86..ec8f0298 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -126,7 +126,7 @@ -
    + From 6b6abf5e16a76ea2ca50fb58c54d10242561029b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Gomes?= Date: Fri, 9 Oct 2015 15:12:16 +0100 Subject: [PATCH 04/12] Switching android.com template away from using CDN --- templates/android-dot-com/index.html | 2 +- templates/android-dot-com/material.scss | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 templates/android-dot-com/material.scss diff --git a/templates/android-dot-com/index.html b/templates/android-dot-com/index.html index 5a0e2e8f..3bc21fd8 100644 --- a/templates/android-dot-com/index.html +++ b/templates/android-dot-com/index.html @@ -27,7 +27,7 @@ - +