Adding instrumentation to locate the source of jankiness
[chromium-blink-merge.git] / chrome / browser / resources / inline_login / inline_login.css
blob10bda6fc30b64a4bf3fbe61399f8e140bb0084d5
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 */
6 html,
7 body,
8 #contents,
9 #signin-frame {
10 height: 100%;
11 margin: 0;
12 overflow: hidden;
13 padding: 0;
14 width: 100%;
17 #signin-frame,
18 #spinner-container {
19 background-color: #f5f5f5;
20 bottom: 0;
21 left: 0;
22 position: absolute;
23 right: 0;
24 top: 0;
27 #spinner-container {
28 -webkit-box-align: center;
29 -webkit-box-pack: center;
30 display: -webkit-box;
33 #contents.loading #signin-frame,
34 #contents:not(.loading) #spinner-container {
35 display: none;