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

Unified Diff: chrome/browser/resources/user_manager/user_manager.css

Issue 1191273002: ChromeOS: Show the new POD RE-AUTH ICON when users needs to re-auth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use CSS selectors instead of JS code. Created 5 years, 6 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/user_manager/user_manager.css
diff --git a/chrome/browser/resources/user_manager/user_manager.css b/chrome/browser/resources/user_manager/user_manager.css
index e3fc7c3218377c25a9d3ab11975d71522d5575a4..539aeb97001be124968d4a698506cf89e323b0fc 100644
--- a/chrome/browser/resources/user_manager/user_manager.css
+++ b/chrome/browser/resources/user_manager/user_manager.css
@@ -145,12 +145,20 @@ html[dir=rtl] .main-pane {
display: block;
}
-.pod .name {
+.pod .name-box {
color: #363636;
font-size: 15px;
margin-top: 11px;
}
+.pod .name-box .reauth-warning {
dzhioev (left Google) 2015/07/01 21:38:26 I beleive you can remove this. "display: none" fro
Alexander Alekseev 2015/07/02 18:53:40 Done.
+ color: rgb(255, 193, 7);
+ display: none;
+}
+
+.pod .name {
dzhioev (left Google) 2015/07/01 21:38:26 nit: remove this
Alexander Alekseev 2015/07/02 18:53:40 Done.
+}
+
.pod.focused:not(.locked) .auth-container {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698