| Index: chrome/browser/resources/options/settings_page_banner.css
|
| diff --git a/chrome/browser/resources/options/reset_profile_settings_banner.css b/chrome/browser/resources/options/settings_page_banner.css
|
| similarity index 60%
|
| copy from chrome/browser/resources/options/reset_profile_settings_banner.css
|
| copy to chrome/browser/resources/options/settings_page_banner.css
|
| index 21087f8aebd4f6e3b2e467d60489ebeb32b98205..d5650dd2a8065706257334f1e74bdae3685147c9 100644
|
| --- a/chrome/browser/resources/options/reset_profile_settings_banner.css
|
| +++ b/chrome/browser/resources/options/settings_page_banner.css
|
| @@ -1,8 +1,8 @@
|
| -/* Copyright 2013 The Chromium Authors. All rights reserved.
|
| +/* Copyright 2014 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. */
|
|
|
| -#reset-profile-settings-banner {
|
| +.settings-page-banner {
|
| background-color: #f5f5f5;
|
| border-color: #c8c8c8;
|
| border-radius: 3px;
|
| @@ -10,11 +10,11 @@
|
| border-width: 1px;
|
| margin-bottom: 24px;
|
| margin-top: 20px;
|
| + max-width: 716px;
|
| position: relative;
|
| - width: 716px;
|
| }
|
|
|
| -#reset-profile-settings-banner > .close-button {
|
| +.settings-page-banner > .close-button {
|
| background-image: url('chrome://theme/IDR_CLOSE_DIALOG');
|
| background-position: center;
|
| background-repeat: no-repeat;
|
| @@ -26,52 +26,62 @@
|
| width: 14px;
|
| }
|
|
|
| -html[dir='rtl'] #reset-profile-settings-banner > .close-button {
|
| +html[dir='rtl'] .settings-page-banner > .close-button {
|
| left: 4px;
|
| right: auto;
|
| }
|
|
|
| -#reset-profile-settings-banner > .close-button:hover {
|
| +.settings-page-banner > .close-button:hover {
|
| background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H');
|
| }
|
|
|
| -#reset-profile-settings-banner > .close-button:active {
|
| +.settings-page-banner > .close-button:active {
|
| background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P');
|
| }
|
|
|
| -#reset-profile-settings-banner .content-area {
|
| +.settings-page-banner .content-area {
|
| -webkit-box-align: center;
|
| display: -webkit-box;
|
| padding: 17px;
|
| }
|
|
|
| -#reset-profile-settings-banner .content-area .badge {
|
| - background-image: url(yellow_gear.png);
|
| +.settings-page-banner .content-area .badge {
|
| background-position: center;
|
| background-repeat: no-repeat;
|
| - height: 55px;
|
| - width: 58px;
|
| }
|
|
|
| -#reset-profile-settings-banner .content-area .text {
|
| +.settings-page-banner .content-area .text {
|
| -webkit-box-flex: 1.0;
|
| -webkit-margin-start: 18px;
|
| }
|
|
|
| -#reset-profile-settings-banner .content-area .text p {
|
| +.settings-page-banner .content-area .text p {
|
| -webkit-margin-after: 0;
|
| -webkit-margin-before: 0;
|
| }
|
|
|
| -#reset-profile-settings-banner .content-area .button-area {
|
| +.settings-page-banner .content-area .button-area {
|
| -webkit-margin-start: 54px;
|
| }
|
|
|
| -#reset-profile-settings-banner .nowrap {
|
| +.settings-page-banner .nowrap {
|
| white-space: nowrap;
|
| }
|
|
|
| -#reset-profile-settings-banner button {
|
| +.settings-page-banner button {
|
| margin-bottom: 1px;
|
| margin-right: 0;
|
| }
|
| +
|
| +#reset-profile-settings-banner .content-area .badge {
|
| + background-image: url(yellow_gear.png);
|
| + height: 55px;
|
| + width: 58px;
|
| +}
|
| +
|
| +#secondary-user-banner .content-area .badge {
|
| + background-color: rgb(210, 210, 212);
|
| + background-image: url(chrome://theme/IDR_SECONDARY_USER_SETTINGS);
|
| + height: 55px;
|
| + width: 58px;
|
| +}
|
|
|