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

Unified Diff: chrome/browser/resources/chromeos/login/user_pod_row.css

Issue 8586053: Shift signed-in-indicator with user-image on pod focus in WebUI lock screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/user_pod_row.css
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
index a3f965ac7639ea8e01dbd069f00b3f2f9a752c9c..99a2e01831e26ac8f4b14eabecc96bfad6650da4 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -214,6 +214,7 @@ html[dir=rtl] .pod .capslock-hint {
}
.signed-in-indicator {
+ -webkit-transition: all .14s ease;
background: rgba(0, 0, 0, 0.5);
color: white;
font-size: small;
@@ -226,3 +227,8 @@ html[dir=rtl] .pod .capslock-hint {
width: 160px;
z-index: 1;
}
+
+.pod.focused .signed-in-indicator {
+ /* Track shifting of .user-image on pod focus. */
+ -webkit-transform: translateY(-1px);
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698