Chromium Code Reviews| 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%; |
| } |