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

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

Issue 5965003: Show warning text in the user settings page for non-owner users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 10 years 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/chromeos_accounts_options_page.css
diff --git a/chrome/browser/resources/options/chromeos_accounts_options_page.css b/chrome/browser/resources/options/chromeos_accounts_options_page.css
index f92132f2674641eee3e6500320d1b11dffe239c2..3129498ec6cdb79234d3c438717fb45b0e778942 100644
--- a/chrome/browser/resources/options/chromeos_accounts_options_page.css
+++ b/chrome/browser/resources/options/chromeos_accounts_options_page.css
@@ -78,6 +78,14 @@ html[dir=rtl] .remove-user-button {
width: 366px;
}
+#ownerOnlyWarning {
+ margin-bottom: 10px;
+}
+
+#ownerOnlyWarning > * {
+ vertical-align: middle;
+}
+
input#userNameEdit:invalid {
background-color: #ff6666;
}

Powered by Google App Engine
This is Rietveld 408576698