Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_wrong_hwid.css

Issue 12213110: Implemented screen notifying users about malformed HWID. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Implemented wizard controller test. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* Copyright (c) 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 *
5 * This is the stylesheet used by the wrong HWID screen.
6 */
7
8 #wrong-hwid {
9 padding: 40px 17px 30px;
10 text-align: center;
11 width: 722px;
12 }
13
14 #wrong-hwid #wrong-hwid-message-header {
15 color: #606060;
16 font-size: 22px;
17 padding: 5px 40px 30px;
18 }
19
20 #wrong-hwid #wrong-hwid-message-content {
21 color: #606060;
22 font-size: 16px;
23 padding: 20px 40px 40px;
24 }
25
26 #skip-hwid-warning {
27 bottom: 20px;
28 position: absolute;
29 width: 100%;
30 }
31
32 #skip-hwid-warning-link {
33 color: #606060;
34 font-size: 18px;
35 text-decoration: none;
36 }
37
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.js ('k') | chrome/browser/resources/chromeos/login/screen_wrong_hwid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698