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

Side by Side Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html

Issue 2898023002: MD Settings: Fix omnibox search engine name misalignment. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <dom-module id="search-engine-entry"> 1 <dom-module id="search-engine-entry">
2 <template> 2 <template>
3 <style> 3 <style>
4 .favicon-image { 4 .favicon-image {
5 -webkit-margin-end: 8px; 5 -webkit-margin-end: 8px;
6 background-repeat: no-repeat; 6 background-repeat: no-repeat;
7 background-size: contain; 7 background-size: contain;
8 display: inline-block; 8 display: inline-block;
9 height: 20px; 9 height: 20px;
10 min-width: 20px; 10 min-width: 20px;
11 vertical-align: middle; 11 vertical-align: middle;
12 } 12 }
13 13
14 .name {
15 margin: auto;
16 }
17
18 .dropdown-content { 14 .dropdown-content {
19 background: white; 15 background: white;
20 box-shadow: 0 2px 6px grey; 16 box-shadow: 0 2px 6px grey;
21 } 17 }
22 </style> 18 </style>
23 </template> 19 </template>
24 </dom-module> 20 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698