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

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

Issue 2081873008: Changed look of pin keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: 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
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 dc8e1a003b5e9cca5ec857ce19f5d831a3c10262..0e822952fad948d2a189116931e351c0981c630c 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -5,6 +5,15 @@
* This is the stylesheet used by user pods row of account picker UI.
*/
+#pin-container {
jdufault 2016/06/22 18:03:44 Is this css needed? Can some of it be removed if y
sammiequon 2016/06/22 23:05:40 Done.
+ left: 100px;
+ height: 334px;
+ margin: 10px;
+ position: absolute;
+ top: 100px;
+ width:256px;
+}
+
podrow {
/* Temporarily disabled because animation interferes with updating screen's
size. */

Powered by Google App Engine
This is Rietveld 408576698