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

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

Issue 2254623003: Submit button added to user pod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebased. Created 4 years, 4 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 | « ui/login/account_picker/screen_account_picker.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | 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 c1823ad441fdae114a3cc135d17e421dcd0f1a55..a9d964a3335d0f5a6a184d433982a64ce6706131 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -161,7 +161,27 @@ html[dir=rtl] .main-pane {
display: flex;
position: absolute;
top: 160px;
- width: 160px;
+ width: 170px;
+}
+
+.auth-container .submit-button[disabled] {
+ color: #000;
+ opacity: 0.26;
+}
+
+.auth-container .submit-button {
+ box-sizing: border-box;
+ color: var(--google-blue-500);
+ height: 43px;
+ min-height: 43px;
+ min-width: 43px;
+ padding: 11.5px 10px;
+ position: relative;
+ width: 43px;
+}
+
+.auth-container .submit-button.error-shown {
+ color: #CD2A00;
}
.name-container {
@@ -229,13 +249,17 @@ html[dir=rtl] .main-pane {
.capslock-on .capslock-hint-container {
display: block;
flex: none;
+ height: 43px;
+ position: relative;
+ width: 20px;
}
.capslock-hint {
-webkit-margin-end: 6px;
-webkit-margin-start: -2px;
+ margin: auto;
position: relative;
- top: 11px;
+ top: 15px;
}
.password-label,
« no previous file with comments | « ui/login/account_picker/screen_account_picker.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698