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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html

Issue 2860423002: Fix the alignment on chrome://settings/passwords (Closed)
Patch Set: nits Created 3 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
« no previous file with comments | « chrome/browser/resources/settings/passwords_and_forms_page/password_list_item.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
index 39bd50fe24f856696a1d486cc847b4dc37aac528..f5056b19c43463f631fe0cd12f15702909038b05 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
@@ -10,6 +10,7 @@
paper-icon-button {
@apply(--cr-paper-icon-button-margin);
color: var(--paper-grey-600);
+ flex-shrink: 0;
}
.list-with-header > div:first-of-type {
@@ -31,6 +32,14 @@
display: flex;
flex: 2;
}
+
+ .password-field {
+ background-color: transparent;
+ border: none;
+ flex: 1;
+ height: 20px;
+ width: 0;
+ }
.selectable {
-webkit-user-select: text;
« no previous file with comments | « chrome/browser/resources/settings/passwords_and_forms_page/password_list_item.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698