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

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

Issue 225523004: Updates the UI and reenables the fix introduced in commit 256939 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes a problem related to browser tests and rebased to latest source Created 6 years, 8 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/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 2d7596c212b803a7f86ce078068f2192f6152b69..69276b4768236b1f3bb9e9d5916c76f4dcad7322 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -37,6 +37,15 @@
background-color: pink;
}
+#disconnect-managed-profile-domain-information {
+ background-color: #f0f0f0;
+ padding: 14px 0 14px 17px;
+}
+
+#disconnect-managed-profile-message {
+ padding-top: 9px;
+}
+
#create-profile-error-bubble,
#manage-profile-error-bubble {
-webkit-transition: max-height 200ms, padding 200ms;

Powered by Google App Engine
This is Rietveld 408576698