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

Unified Diff: ui/login/screen_container.css

Issue 2027683003: Pin keyboard moved to under the user profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 7 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: ui/login/screen_container.css
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
index 9a9177503d6ef95adec7a980da4fb9146826776d..ed04770940463a201d398e737801d0309dbd3e6c 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -23,7 +23,7 @@
#pin-container {
opacity: 0; /* Opacity is set to 1 after the pin element is loaded. */
- transition: opacity 200ms ease-in-out;
+ transition: opacity 500ms ease-in-out;
}
#scroll-container {
@@ -43,7 +43,6 @@
#inner-container {
border-radius: 2px;
padding: 0;
- position: relative;
jdufault 2016/05/31 19:24:52 Do we need to remove this? Please verify layout wo
sammiequon 2016/06/14 22:22:22 Done.
}
#inner-container.animation {
@@ -93,7 +92,7 @@
/* Only play this animation when 'down' class is removed. */
.oobe-display #inner-container:not(.down) {
- -webkit-transition: transform 200ms ease-in-out;
+ -webkit-transition: transform 500ms ease-in-out;
jdufault 2016/05/31 19:24:52 Are we sure this value should be changed? Existing
sammiequon 2016/06/14 22:22:22 Done.
}
.oobe-display #inner-container.down {
« ui/login/account_picker/user_pod_row.js ('K') | « ui/login/account_picker/user_pod_template.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698