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

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

Issue 152143009: Clarify settings UI in multi-profiles mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase... Created 6 years, 10 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/settings_banner.css
diff --git a/chrome/browser/resources/options/settings_banner.css b/chrome/browser/resources/options/settings_banner.css
index 9086427e43b1bb95fc610fe121e297406257d32e..44add992f64da18a15cd799cc4c93663a5e0aa59 100644
--- a/chrome/browser/resources/options/settings_banner.css
+++ b/chrome/browser/resources/options/settings_banner.css
@@ -13,8 +13,8 @@
border-width: 1px;
margin-bottom: 24px;
margin-top: 20px;
+ max-width: 716px;
position: relative;
- width: 716px;
}
.settings-banner > .close-button {
@@ -78,3 +78,8 @@ html[dir='rtl'] .settings-banner > .close-button {
margin-bottom: 1px;
margin-right: 0;
}
+
+#secondary-user-banner .content-area .badge {
+ background-color: rgb(210, 210, 212);
+ background-image: url(chrome://theme/IDR_SECONDARY_USER_SETTINGS);
+}
« no previous file with comments | « chrome/browser/resources/options/secondary_user_banner.html ('k') | chrome/browser/resources/uber/uber_shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698