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

Unified Diff: chrome/browser/resources/options2/autofill_edit_overlay.css

Issue 10376003: Improve accessibility of user image selection screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments by ivankr Created 8 years, 8 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: chrome/browser/resources/options2/autofill_edit_overlay.css
diff --git a/chrome/browser/resources/options2/autofill_edit_overlay.css b/chrome/browser/resources/options2/autofill_edit_overlay.css
index 76f56a63e0aa063ff2bfc4eacb4a6b4faa68e2de..9d63411f02d95e67cfd3addbfea6c2724d84eeb8 100644
--- a/chrome/browser/resources/options2/autofill_edit_overlay.css
+++ b/chrome/browser/resources/options2/autofill_edit_overlay.css
@@ -91,11 +91,11 @@ div.input {
width: 100%;
}
-#full-name-list div[role='listitem'] > div {
+#full-name-list div[role='option'] > div {
-webkit-box-orient: horizontal;
display: -webkit-box;
}
-#full-name-list div[role='listitem'] > div > div {
+#full-name-list div[role='option'] > div > div {
-webkit-box-flex: 1;
}

Powered by Google App Engine
This is Rietveld 408576698