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

Side by Side Diff: chrome/browser/resources/settings/search_page/search_page_style.html

Issue 1125343005: Convert search page to Polymer 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
OLDNEW
(Empty)
1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
3
4 <core-style id="searchPageStyle">
5 .manage-search-engines {
6 -webkit-margin-start: 10px;
7 }
8
9 .search-engines {
10 margin-top: 20px;
11 }
12
13 .search-engines-dropdown {
14 min-width: 150px;
15 }
16 </core-style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/search_page/search_page.js ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698