1 /* Copyright (c) 2012 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.
8 /* Screen has no controls but has padding at the last text message */
9 padding: 70px 17px 50px;
13 #password-changed-contents {
18 #oobe.password-changed
.step-controls
{
19 -webkit-box-pack: start
;
20 -webkit-margin-start: 60px;
23 #password-changed-title {
27 #password-changed-description,
28 #password-changed-more-info {
40 #password-changed-link-block {
44 #password-changed-contents a
{
45 color: rgb
(49, 106, 197);
47 text-decoration: none
;
50 #password-changed-contents a
.disabled
{
54 #password-changed-contents a:focus
{
55 -webkit-transition: outline-color
200ms;
56 /* Note: May use 1px solid here. */
57 outline-color: rgb
(77, 144, 254);
60 #password-changed input
[type
='password']:disabled
{
61 outline-color: rgb
(77, 144, 254);
64 #password-changed-proceed-anyway-warning {
65 -webkit-padding-start: 30px;
66 background: url
('chrome://theme/IDR_WARNING') left top
/24px no-repeat
;
70 #password-changed.migrate #password-changed-proceed-anyway-warning
,
71 #password-changed.migrate #password-changed-proceed-button
{
75 #password-changed.resync #old-password-block
,
76 #password-changed.resync #password-changed-link-block
,
77 #password-changed.resync #password-changed-ok-button
{
88 #password-changed.migrate
.password-error #old-password-error
{