Index: chrome/browser/resources/options/reset_profile_settings_banner.css |
diff --git a/chrome/browser/resources/options/reset_profile_settings_banner.css b/chrome/browser/resources/options/reset_profile_settings_banner.css |
deleted file mode 100644 |
index 21087f8aebd4f6e3b2e467d60489ebeb32b98205..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/options/reset_profile_settings_banner.css |
+++ /dev/null |
@@ -1,77 +0,0 @@ |
-/* Copyright 2013 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 { |
- background-color: #f5f5f5; |
- border-color: #c8c8c8; |
- border-radius: 3px; |
- border-style: solid; |
- border-width: 1px; |
- margin-bottom: 24px; |
- margin-top: 20px; |
- position: relative; |
- width: 716px; |
-} |
- |
-#reset-profile-settings-banner > .close-button { |
- background-image: url('chrome://theme/IDR_CLOSE_DIALOG'); |
- background-position: center; |
- background-repeat: no-repeat; |
- height: 14px; |
- opacity: 0.5; |
- position: absolute; |
- right: 4px; |
- top: 4px; |
- width: 14px; |
-} |
- |
-html[dir='rtl'] #reset-profile-settings-banner > .close-button { |
- left: 4px; |
- right: auto; |
-} |
- |
-#reset-profile-settings-banner > .close-button:hover { |
- background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H'); |
-} |
- |
-#reset-profile-settings-banner > .close-button:active { |
- background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P'); |
-} |
- |
-#reset-profile-settings-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); |
- background-position: center; |
- background-repeat: no-repeat; |
- height: 55px; |
- width: 58px; |
-} |
- |
-#reset-profile-settings-banner .content-area .text { |
- -webkit-box-flex: 1.0; |
- -webkit-margin-start: 18px; |
-} |
- |
-#reset-profile-settings-banner .content-area .text p { |
- -webkit-margin-after: 0; |
- -webkit-margin-before: 0; |
-} |
- |
-#reset-profile-settings-banner .content-area .button-area { |
- -webkit-margin-start: 54px; |
-} |
- |
-#reset-profile-settings-banner .nowrap { |
- white-space: nowrap; |
-} |
- |
-#reset-profile-settings-banner button { |
- margin-bottom: 1px; |
- margin-right: 0; |
-} |