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

Unified Diff: components/proximity_auth/webui/resources/proximity_auth.css

Issue 1080163002: Add new chrome://proximity-auth WebUI for debugging Smart Lock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add OWNERS Created 5 years, 8 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: components/proximity_auth/webui/resources/proximity_auth.css
diff --git a/chrome/browser/resources/gaia_auth/main.css b/components/proximity_auth/webui/resources/proximity_auth.css
similarity index 62%
copy from chrome/browser/resources/gaia_auth/main.css
copy to components/proximity_auth/webui/resources/proximity_auth.css
index 397947616e688a738e064017c297dfbd0426ea84..d4810d7a5debcea6e5daa2e22e11da84a6dc3ed9 100644
--- a/chrome/browser/resources/gaia_auth/main.css
+++ b/components/proximity_auth/webui/resources/proximity_auth.css
@@ -1,25 +1,18 @@
-/* Copyright 2013 The Chromium Authors. All rights reserved.
+/* Copyright 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-html,
-body,
-iframe {
+html, body {
xiyuan 2015/04/15 17:10:47 nit: Specify one selector per line. https://www.c
Tim Song 2015/04/15 19:42:07 Done.
+ width: 100%;
height: 100%;
margin: 0;
padding: 0;
- width: 100%;
-}
-
-iframe {
overflow: hidden;
}
-webview {
- display: inline-block;
+canvas {
+ width: 100%;
height: 100%;
margin: 0;
- padding: 0;
- width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698