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

Unified Diff: ui/login/account_picker/screen_account_picker.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/account_picker/screen_account_picker.css
diff --git a/ui/login/account_picker/screen_account_picker.css b/ui/login/account_picker/screen_account_picker.css
index 66f079ea3f647591008b8ff8fbcc68bebd5758e3..e08d5da982b6667210e2771d3bce3421c2e12e32 100644
--- a/ui/login/account_picker/screen_account_picker.css
+++ b/ui/login/account_picker/screen_account_picker.css
@@ -4,8 +4,12 @@
*/
.account-picker.flying-pods #account-picker {
- -webkit-transition: width 180ms ease,
- height 180ms ease;
+ margin: 0px;
+ -webkit-transition: margin 500ms ease-in-out;
jdufault 2016/05/31 19:24:51 Can we just use transition instead of -webkit-tran
sammiequon 2016/06/14 22:22:21 Done.
+}
+
+#account-picker {
+ -webkit-transition: width 500ms ease-in-out, height 500ms ease-in-out;
}
#bubble {

Powered by Google App Engine
This is Rietveld 408576698