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

Unified Diff: chrome/browser/resources/help/help.css

Issue 10928061: About page UI: add confirmation message for release channel switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use the i18n string for the channel switch string. Created 8 years, 3 months 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/help/help.css
diff --git a/chrome/browser/resources/help/help.css b/chrome/browser/resources/help/help.css
index f2f1885b8a780030f45c4acdffaf30d5290dac41..e274e8ec4882b95ed80a8b05cc0bd7d80f435ade 100644
--- a/chrome/browser/resources/help/help.css
+++ b/chrome/browser/resources/help/help.css
@@ -97,3 +97,7 @@ body {
#build-date-container.empty {
visibility: hidden;
}
+
+#channel-change-confirmation {
+ margin-top: 5px;
+}

Powered by Google App Engine
This is Rietveld 408576698