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

Side by Side Diff: chrome/browser/resources/gaia_auth/main.css

Issue 2686683002: Deprecate most of gaia_auth extension (Closed)
Patch Set: remove unused data member from GaiaAuthExtensionLoader Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 html,
6 body,
7 iframe {
8 height: 100%;
9 margin: 0;
10 padding: 0;
11 width: 100%;
12 }
13
14 iframe {
15 overflow: hidden;
16 }
17
18 webview {
19 display: inline-block;
20 height: 100%;
21 margin: 0;
22 padding: 0;
23 width: 100%;
24 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/gaia_auth/channel.js ('k') | chrome/browser/resources/gaia_auth/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698