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

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

Issue 1418803004: MD Settings: Migrating C++ handlers for profile reset page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renaming handler to to fix GN build 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
index 4db82b8c20a4d207cabfba789404cc5dcbd7ad68..1ceffd5e12cabd2a02794ce189d26c428136e24e 100644
--- a/chrome/browser/resources/settings/reset_page/reset_page.css
+++ b/chrome/browser/resources/settings/reset_page/reset_page.css
@@ -3,8 +3,8 @@
* found in the LICENSE file. */
#resetDialog {
- max-width: 500px;
- min-width: 300px;
+ min-width; 300px;
+ width: 500px;
}
#reset {
@@ -28,7 +28,7 @@
margin: 15px 0;
}
-#sendSettings {
+#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