Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / screen_fatal_error.css
blob882f3dd113f14b1ab64c4cb00490dc9fc5c83a42
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 #fatal-error-message-container {
12 text-align: center;
13 width: 100%;
16 #fatal-error-button-strip {
17 display: -webkit-box;
20 #fatal-error-button-strip-space-filler {
21 -webkit-box-flex: 1;