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

Unified Diff: ui/login/account_picker/user_pod_row.css

Issue 2100203003: Pin keyboard matches red lines (go/cros-quick-unlock-ux). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed patch set 3 errors. Created 4 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
« no previous file with comments | « chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_row.css
diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
index ef614145d14d85ce8811beb9c0dbd3ec403c8db0..fd9b1ffc8d2a5ade42ccb31f701cdceefaf23282 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -46,23 +46,21 @@ pin-keyboard {
.pod.flying-pin-pod {
transition: height 180ms ease-in-out,
- padding 180ms ease-in-out,
top 180ms ease-in-out,
width 180ms ease-in-out;
}
.pod.pin-enabled {
- height: 600px;
- padding: 10px;
+ height: 594px;
top: -200px !important;
- width: 256px;
+ width: 270px;
}
.pod .pin-container {
- height: 334px;
+ height: 344px;
position: absolute;
- top: 276px;
- width: 256px;
+ top: 250px;
+ width: 270px;
}
.pod.faded {
@@ -114,12 +112,14 @@ html:not([screen=login-add-user]) .pod .user-image {
position: absolute;
top: 10px;
transition: max-height 180ms ease-in-out,
- max-width 180ms ease-in-out;
+ max-width 180ms ease-in-out,
+ top 180ms ease-in-out;
}
html:not([screen=login-add-user]) .pod .user-image.pin-enabled {
- max-height: 256px;
- max-width: 256px;
+ max-height: 230px;
+ max-width: 230px;
+ top: 20px;
}
html:not([screen=login-add-user]) .pod.focused .user-image {
@@ -143,12 +143,16 @@ html:not([screen=login-add-user]) .pod.focused .user-image {
position: absolute;
text-align: center;
top: 10px;
- transition: width 180ms ease-in-out;
+ transition: left 180ms ease-in-out,
+ top 180ms ease-in-out,
+ width 180ms ease-in-out;
width: 160px;
}
.pod.signed-in .signed-in-indicator.pin-enabled {
- width: 256px;
+ left: 20px;
xiyuan 2016/06/30 22:33:57 Would this work properly in RTL case? e.g. if you
+ top: 20px;
+ width: 230px;
}
.main-pane {
« no previous file with comments | « chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698