Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: chrome/browser/resources/gaia_auth/main.css

Issue 10443024: Added chrome switch that lets tests override URL path, moved GAIA auth extension from CrOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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%;
+}
+

Powered by Google App Engine
This is Rietveld 408576698