Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / screen_fatal_error.css
blob73084668e277ade1cfe2f0a845309aa68b6d695d
1 /* Copyright 2014 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 #fatal-error {
7 padding: 50px 17px 17px;
8 width: 722px; /* Should be the same as #gaia-signin. */
11 /* Size is set explicitly to make <img> consume the space before the image is
12 loaded. This ensures correct screen's size calculation in
13 DisplayManager.updateScreenSize. */
14 #fatal-error-message-container img {
15 height: 85px;
16 width: 112px;
19 #fatal-error-message-container {
20 text-align: center;
21 width: 100%;
24 #fatal-error-button-strip {
25 display: -webkit-box;
28 #fatal-error-button-strip-space-filler {
29 -webkit-box-flex: 1;
32 .new-gaia-flow #fatal-error {
33 height: 528px;
34 width: 448px;
37 .new-gaia-flow #fatal-error-message-container,
38 .new-gaia-flow #fatal-error-button-strip,
39 .fatal-error .new-gaia-flow #step-logo,
40 #fatal-error-card {
41 display: none;
44 .new-gaia-flow #fatal-error-card {
45 bottom: 0;
46 display: block;
47 left: 0;
48 position: absolute;
49 right: 0;
50 top: 0;