Chromium Code Reviews| Index: chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html |
| diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html b/chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..632bd340bdc76bb2fa9a1bc1dfa8e70a409603a8 |
| --- /dev/null |
| +++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html |
| @@ -0,0 +1,28 @@ |
| +<dom-module id="search-engine-entry"> |
|
dpapad
2016/11/04 21:05:48
Just noticing this, even though it is all over the
Dan Beam
2016/11/04 21:20:14
semi-intentional. for a while HTML wasn't conside
|
| + <template> |
| + <style> |
| + .favicon-image { |
| + -webkit-margin-end: 8px; |
| + background-repeat: no-repeat; |
| + background-size: contain; |
| + display: inline-block; |
| + height: 20px; |
| + vertical-align: middle; |
| + width: 20px; |
| + } |
| + |
| + .name { |
| + margin: auto; |
| + } |
| + |
| + .dropdown-content { |
| + background: white; |
| + box-shadow: 0 2px 6px grey; |
| + } |
| + |
| + paper-icon-button { |
| + -webkit-padding-end: 0; |
| + } |
| + </style> |
| + </template> |
| +</dom-module> |