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

Unified Diff: chrome/browser/resources/settings/reset_page/reset_page.css

Issue 1419053008: MD Settings: Construct reset profile dialog only when needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reset_ui2
Patch Set: remove unused id Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/reset_page/reset_page.css
diff --git a/chrome/browser/resources/settings/reset_page/reset_page.css b/chrome/browser/resources/settings/reset_page/reset_page.css
deleted file mode 100644
index 942b61b8ce879361a578e51e58d76631a6509b92..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/reset_page/reset_page.css
+++ /dev/null
@@ -1,55 +0,0 @@
-/* Copyright 2015 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. */
-
-#resetDialog {
- min-width; 300px;
- width: 500px;
-}
-
-#reset {
- -webkit-margin-start: 10px;
- -webkit-padding-end: 15px;
- -webkit-padding-start: 15px;
- background-color: rgb(120, 120, 120);
- color: white;
-}
-
-#learnMore,
-#cancel {
- color: rgb(94, 94, 94);
-}
-
-#explanation {
- margin: 10px 0;
-}
-
-#buttonContainer {
- margin: 15px 0;
-}
-
-#feedbackBar {
- background-color: rgb(236, 236, 236);
- margin: 0;
- padding: 20px;
-}
-
-#settings {
- font-size: 12px;
- line-height: initial;
- table-layout: fixed;
- width: 100%;
-}
-
-#settings .key {
- color: #888;
- padding-right: 5px;
- text-align: right;
- vertical-align: top;
-}
-
-#settings .value {
- color: #333;
- text-align: left;
- white-space: pre-line;
-}

Powered by Google App Engine
This is Rietveld 408576698