Home | History | Annotate | Download | only in gaia_auth
      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 
      6 html,
      7 body,
      8 iframe {
      9   height: 100%;
     10   margin: 0;
     11   padding: 0;
     12   width: 100%;
     13 }
     14 
     15 iframe {
     16   overflow: hidden;
     17 }
     18 
     19 webview {
     20   display: inline-block;
     21   height: 100%;
     22   margin: 0;
     23   padding: 0;
     24   width: 100%;
     25 }
     26