1 /* Copyright 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. */
5 #reset-profile-settings-banner {
6 background-color: #f5f5f5;
17 #reset-profile-settings-banner > .close-button
{
18 background-image: url
('chrome://theme/IDR_CLOSE_DIALOG');
19 background-position: center
;
20 background-repeat: no-repeat
;
29 html
[dir
='rtl'] #reset-profile-settings-banner
> .close-button
{
34 #reset-profile-settings-banner > .close-button:hover
{
35 background-image: url
('chrome://theme/IDR_CLOSE_DIALOG_H');
38 #reset-profile-settings-banner > .close-button:active
{
39 background-image: url
('chrome://theme/IDR_CLOSE_DIALOG_P');
42 #reset-profile-settings-banner .content-area
{
43 -webkit-box-align: center
;
48 #reset-profile-settings-banner .content-area
.badge
{
49 background-image: url
(yellow_gear.png);
50 background-position: center
;
51 background-repeat: no-repeat
;
56 #reset-profile-settings-banner .content-area
.text
{
57 -webkit-box-flex: 1.0;
58 -webkit-margin-start: 18px;
61 #reset-profile-settings-banner .content-area
.text p
{
62 -webkit-margin-after: 0;
63 -webkit-margin-before: 0;
66 #reset-profile-settings-banner .content-area
.button-area
{
67 -webkit-margin-start: 54px;
70 #reset-profile-settings-banner .nowrap
{
74 #reset-profile-settings-banner button
{