Commit Graph

133 Commits

Author SHA1 Message Date
Sérgio Gomes
05196bc6b3 Consecutive + CSS selectors sometimes cause problems in WebKit.
We add `~` as an alternative here. `+` is still needed, though, as `~`
itself has problems in iOS 9 WebViews.
2015-10-14 15:32:08 +01:00
Sérgio Gomes
a7b9c4db84 Merge pull request #1726 from google/more_broken_sibling_ios
More fixes for broken sibling selector in iOS
2015-10-12 16:50:20 +01:00
Xi Shen
0175db6ab1 fix ripple effect on menubtn (fixes #1727)
The **mdl-js-ripple-effect** class applied to the wrong element, and cause JS error. The code change complies with the guide on http://www.getmdl.io/components/index.html#menus-section.
2015-10-12 14:32:49 +01:00
Sérgio Gomes
3617f0a282 More fixes for broken sibling selector in iOS 2015-10-12 10:57:12 +01:00
Sérgio Gomes
6b6abf5e16 Switching android.com template away from using CDN 2015-10-09 15:12:16 +01:00
Jorrit Schippers
24a6865ea8 Remove double header background color in dashboard
It seems commit 9e4503591b 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`.
2015-10-07 21:40:22 +02:00
Addy Osmani
86f7a19902 Merge pull request #1648 from google/issue-1403
blog template: Make background image smaller and responsive
2015-10-01 14:18:21 +01:00
Surma
60faea01a3 Remove even more XHTML slashes 2015-09-30 13:46:11 +02:00
Surma
293654a94c Remove XHTML slashes 2015-09-28 16:19:18 +02:00
Surma
918601551c Add favicon and homescreen icons to templates (fixes #1449) 2015-09-28 16:14:08 +02:00
Surma
b24bbd53f9 blog template: Make background image smaller and responsive (fixes #1403) 2015-09-28 12:35:38 +02:00
Victor Häggqvist
a64e9b6809 fix add space between # and headings (closes #1450)
This makes the intended headings actual headings in the generated docs
2015-08-22 12:30:34 +01:00
Addy Osmani
d2b9b9266e Image optimisations (Templates) 2015-08-17 11:17:09 +01:00
Gabriel
f87ec98632 Code styling (Closes #1192) 2015-07-26 00:42:11 +09:00
Gheoan
19e5392aa6 Fix typo in dashboard template (Closes #1208) 2015-07-26 00:41:22 +09:00
Surma
ed046115ea Merge branch 'issue-994' 2015-07-20 11:48:35 +01:00
Surma
69ee255743 Use correct markup in blog template 2015-07-20 11:47:58 +01:00
Surma
fcc204e9a9 Add roles attributes and addition descriptions to text-only template 2015-07-20 10:29:54 +01:00
Surma
79b394b526 Add roles attributes and addition descriptions to dashboard template 2015-07-20 10:28:28 +01:00
tschiela
3ff23ce4f1 fix #1058, added role attributes to icons and additional button description to blog template 2015-07-19 17:24:50 +02:00
Surma
805538b8b8 Merge pull request #982 from Sesta/issue-560
Fix full screen repainting correctly
2015-07-16 19:49:51 +09:00
Jonathan Garbee
c584de0124 Merge pull request #1060 from maguowei/master
add missing en
2015-07-15 11:44:37 -04:00
maguowei
6e18002fb4 add missing en 2015-07-15 23:28:10 +08:00
Jonathan Garbee
6c96e69602 Remove spacing.css reference since this file doesn't exist anymore. 2015-07-15 11:00:13 -04:00
Sesta
bc040c73ca Fix full screen repainting correctly
Fix full screen repainting referred in https://github.com/google/material-design-lite/issues/560 correctly.
The commit afab807463 doesn't fix the issue but causes the missing `head.jpg` error in web browser's console.
2015-07-12 15:01:29 +09:00
Nicolas Garnier
6836d90081 Change example emails to use a test TLD 2015-07-08 19:11:54 +02:00
Surma
f7a7c7b741 Adjust z-indices for iOS Safari <3 (fixes #872) (Closes #883) 2015-07-08 17:18:34 +01:00
Surma
d53dceb349 Make tabs in text-only template behave in mobile (fixes #835) 2015-07-08 12:57:17 +01:00
JoseAlcerreca
420c5b31bb android-dot-com template: use CSS hosted on CDN
This will be heaviliy copied so point to the one developers should use.
2015-07-08 11:37:45 +01:00
Surma
b5a90026eb Re-add icon to drawer menu (Closes #823) 2015-07-07 17:52:48 +01:00
Surma
deb646309b Use right container item for drawer menu (fixes #759) 2015-07-07 17:52:48 +01:00
Surma
9ead919a5d Align icons in headerbar (fixes #787) (Closes #817) 2015-07-07 17:36:36 +01:00
Surma
88d0f7d43a Increase contrast on hover in dashboard template (fixes #739) (Closes #750) 2015-07-06 20:08:44 +01:00
Surma
de878ba02d Make title card top card on mobile (Closes #707) 2015-07-06 12:08:22 +01:00
Pascal Hartig
f9dd42a02c Make examples more consistent
- Remove protocol-relevant URIs (see https://twitter.com/paul_irish/status/588502455530311680) especially for
  fonts.google.com where there are already open requests over HTTPS.
- Double-quotes for attributes
- Set document-wide lang to "en" since all examples include English text
  and the fonts included are explicitly limited to an English character
  set. (Closes #703)
2015-07-05 22:04:52 +01:00
Surma
8b1fa78e0b Blog template: Better comment for FF workaround (Closes #694) 2015-07-04 21:18:15 +01:00
Surma
d29738a2b8 Dashboard template: Better comment on browserhack 2015-07-04 21:18:15 +01:00
Surma
f9775cbcc6 Android template: Load material.js the same way as in other templates 2015-07-04 21:18:15 +01:00
Surma
c7db51ec05 Android template: Add "view source" button 2015-07-04 21:18:15 +01:00
Surma
62e0695d1a Dashboard template: Add IE10/11 browser hack for SVG graphs 2015-07-04 21:18:14 +01:00
Surma
903a1f2b6f Dashboard template: Use correct Roboto font in graph 2015-07-04 21:18:14 +01:00
Surma
6c81d83f42 Dashboard template: Find an acceptable color combination to work around #693 2015-07-04 21:18:14 +01:00
Surma
e569aef98a Dashboard template: Remove icon from menu 2015-07-04 21:18:14 +01:00
Surma
18e730bd15 Text-only template: Fix ToC in IE10 2015-07-04 21:18:14 +01:00
Surma
d88cd2e9cf Text-only template: Fix play icon 2015-07-04 21:18:14 +01:00
Surma
1b512aadd7 Text-only template: Fix custom footer in Firefox 2015-07-04 21:18:14 +01:00
Surma
318d81dd60 Text-only template: Add missing checkbox for collapsing footer on mobile 2015-07-04 21:18:14 +01:00
Surma
b99a2147a1 Text-only template: Remove accidental @extend directive 2015-07-04 21:18:14 +01:00
Surma
7ad2ee2265 Article template: Fix footer 2015-07-04 21:18:14 +01:00
Surma
656495ff3b Blog template: Make menu appear on-screen on mobile 2015-07-04 21:18:14 +01:00