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

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..10aa695f7653bb6854b0122304775459ea400fcb 100644
--- a/chrome/browser/resources/options/chromeos_accounts_options_page.css
+++ b/chrome/browser/resources/options/chromeos_accounts_options_page.css
@@ -78,6 +78,22 @@ html[dir=rtl] .remove-user-button {
width: 366px;
}
+#ownerOnlyWarning {
+ margin-bottom: 10px;
+}
+
+#ownerOnlyWarning > * {
+ vertical-align: middle;
+}
+
+#warningIcon {
+ width: 17px;
+ height: 17px;
+ display: inline-block;
+ background-repeat: no-repeat;
+ background-image: url('warning.png');
+}
+
input#userNameEdit:invalid {
background-color: #ff6666;
}

Powered by Google App Engine
This is Rietveld 408576698