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

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

Issue 296113007: Webkit-box-pack css properties switched to justify-content for oobe screens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wrong-hwid screen fixed. Created 6 years, 7 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_password_changed.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 * 4 *
5 * This is the stylesheet used by the wrong HWID screen. 5 * This is the stylesheet used by the wrong HWID screen.
6 */ 6 */
7 7
8 #wrong-hwid { 8 #wrong-hwid {
9 padding: 40px 17px 30px; 9 padding: 40px 17px 30px;
10 text-align: center; 10 text-align: center;
11 width: 722px; 11 width: 722px;
12 } 12 }
13 13
14 #wrong-hwid #wrong-hwid-message-header { 14 #wrong-hwid #wrong-hwid-message-header {
15 color: #606060; 15 color: #606060;
16 font-size: 22px; 16 font-size: 22px;
17 padding: 5px 40px 30px; 17 padding: 5px 40px 30px;
18 } 18 }
19 19
20 #wrong-hwid #wrong-hwid-icon {
21 height: 112px;
22 }
23
20 #wrong-hwid #wrong-hwid-message-content { 24 #wrong-hwid #wrong-hwid-message-content {
21 color: #606060; 25 color: #606060;
22 font-size: 16px; 26 font-size: 16px;
23 padding: 20px 40px 40px; 27 padding: 20px 40px 40px;
24 } 28 }
25 29
26 #skip-hwid-warning { 30 #skip-hwid-warning {
27 -webkit-box-pack: center; 31 justify-content: center;
28 } 32 }
29 33
30 #skip-hwid-warning-link { 34 #skip-hwid-warning-link {
31 color: #8c8c8c; 35 color: #8c8c8c;
32 font-size: 18px; 36 font-size: 18px;
33 text-decoration: none; 37 text-decoration: none;
34 } 38 }
35 39
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_password_changed.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698