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

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: rebase 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/reset_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1ceffd5e12cabd2a02794ce189d26c428136e24e..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/reset_page/reset_page.css
+++ /dev/null
@@ -1,35 +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;
-}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/reset_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698