| Index: chrome/browser/resources/pdf/elements/viewer-error-screen/viewer-error-screen.css
|
| diff --git a/chrome/browser/resources/pdf/elements/viewer-error-screen/viewer-error-screen.css b/chrome/browser/resources/pdf/elements/viewer-error-screen/viewer-error-screen.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..07ee91dd9081851dd4ee33f6bd6e7aeafcb1caf4
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/pdf/elements/viewer-error-screen/viewer-error-screen.css
|
| @@ -0,0 +1,22 @@
|
| +/* Copyright 2015 The Chromium Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file. */
|
| +
|
| +:host {
|
| + background-color: #ccc;
|
| + color: #555;
|
| + font-family: sans-serif;
|
| + font-size: 20px;
|
| + height: 100%;
|
| + pointer-events: none;
|
| + position: fixed;
|
| + text-align: center;
|
| + width: 100%;
|
| +}
|
| +
|
| +#load-failed-message {
|
| + line-height: 0;
|
| + position: absolute;
|
| + top: 50%;
|
| + width: 100%;
|
| +}
|
|
|