Chromium Code Reviews| Index: chrome/browser/resources/gaia_auth/main.css |
| diff --git a/chrome/browser/resources/gaia_auth/main.css b/chrome/browser/resources/gaia_auth/main.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..89cd7dfcbfa1f75a556f9bb393f4f7d5e1cb9228 |
| --- /dev/null |
| +++ b/chrome/browser/resources/gaia_auth/main.css |
| @@ -0,0 +1,12 @@ |
| +html, body { |
| + height: 100%; |
| + width: 100%; |
| +} |
| + |
| +iframe { |
| + height: 100%; |
| + margin: 0px; |
| + overflow: hidden; |
| + width: 100%; |
| +} |
| + |