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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.css

Issue 8715009: Add profile avatar to profile delete dialog. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed an extra ; from the css file. Created 9 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/options/manage_profile_overlay.css
diff --git a/chrome/browser/resources/options/manage_profile_overlay.css b/chrome/browser/resources/options/manage_profile_overlay.css
index a14126e1b368c13c8cbc472e7e45641148182eca..bd47e326303e3dcd14a9013711242192d101dc59 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -78,3 +78,17 @@
padding: 2px;
}
+#delete-profile-avatar
+{
Evan Stade 2011/11/29 00:17:38 this curly is on the wrong line
jwd 2011/11/30 16:48:04 Done
+ -webkit-padding-end: 10px;
+}
+
+#delete-profile-content
+{
+ display:-webkit-box;
+}
+
+#delete-profile-message
+{
+ -webkit-box-flex: 1;
+}

Powered by Google App Engine
This is Rietveld 408576698