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

Unified Diff: chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html

Issue 2839413004: MD Settings: Tweak omnibox search engine look to match other search engines. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html
diff --git a/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html b/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html
index 68407effe0661cba4d8d36ad6daa67546f9fe954..5232404d0b1cc8f33b39fc5b4c81f67ed0511309 100644
--- a/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html
+++ b/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html
@@ -11,12 +11,19 @@
<template>
<style include="settings-shared search-engine-entry">
.name-column {
+ align-items: center;
+ display: flex;
flex: 3;
+ word-break: break-word;
}
.keyword-column {
flex: 7;
}
+
+ .favicon-image + span {
+ -webkit-margin-end: 8px;
+ }
</style>
<div class="list-item">
<div class="name-column">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698