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

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 chromeos_rel test failure and includes a rebase 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 2ea31e0ba235b31be66402e0dbffd09f0a375409..4aa53d469332e9fcfb01eff1c91edcfe3c653447 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -37,6 +37,19 @@
background-color: pink;
}
+#disconnect-managed-profile-domain-name {
+ font-weight: bold;
+}
+
+#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;
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/manage_profile_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698