| Index: chrome/browser/resources/chromeos/login/screen_wrong_hwid.css
|
| diff --git a/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css b/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..24d7fb62430dc157b24968920ac25c2fd79877f5
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css
|
| @@ -0,0 +1,37 @@
|
| +/* Copyright (c) 2013 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.
|
| + *
|
| + * This is the stylesheet used by the wrong HWID screen.
|
| + */
|
| +
|
| +#wrong-hwid {
|
| + padding: 40px 17px 30px;
|
| + text-align: center;
|
| + width: 722px;
|
| +}
|
| +
|
| +#wrong-hwid #wrong-hwid-message-header {
|
| + color: #606060;
|
| + font-size: 22px;
|
| + padding: 5px 40px 30px;
|
| +}
|
| +
|
| +#wrong-hwid #wrong-hwid-message-content {
|
| + color: #606060;
|
| + font-size: 16px;
|
| + padding: 20px 40px 40px;
|
| +}
|
| +
|
| +#skip-hwid-warning {
|
| + bottom: 20px;
|
| + position: absolute;
|
| + width: 100%;
|
| +}
|
| +
|
| +#skip-hwid-warning-link {
|
| + color: #606060;
|
| + font-size: 18px;
|
| + text-decoration: none;
|
| +}
|
| +
|
|
|